azure/files/etc/profile.d/startriver.sh

6 lines
104 B
Bash
Raw Normal View History

2024-10-12 19:59:21 +00:00
#!/bin/sh
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec river &> /tmp/river.log
fi