layeh / barnard

barnard is a terminal-based client for the Mumble voice chat software
GNU General Public License v2.0
150 stars 46 forks source link

Run on boot #42

Open rensdebee opened 3 years ago

rensdebee commented 3 years ago

How can i run barnard on boot using a raspbery pi and pi os lite so no GUI. I tried rc.local but it said that it couldn't find barnard but it is installed and working

FanchenBao commented 3 years ago

Just throwing some ideas here. Maybe the path is not set up correctly with rc.local. Or maybe give systemd a try. I have not used rc.local before, but have good results using systemd to run scripts from boot.

rensdebee commented 3 years ago

Fixed it by using TMUX and runing TMUX on start-up

FanchenBao commented 3 years ago

tmux is a good choice.