Jamulus doesn't start with crontab @reboot (Ubuntu 22.04) #3141
Unanswered
juanriccio
asked this question in
Technical Support & Help
Replies: 1 comment 5 replies
-
|
Love this idea. Every time I manually reboot my server, I then manually run:
But I'd love to have it automatically executed on every reboot, and even like the idea of force-rebooting the server nightly (via crontab or otherwise, if that's possible). |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a dedicated machine for my Jamulus server. It runs Ubuntu LTS 22.
The server works fine, but my problem is that I can't have the server started each time the machine reboots.
I have added this to my personal (not root's) crontab, but Jamulus doesn't start. The same command works perfectly when run manually.
@reboot nohup /usr/bin/jamulus --server --numchannels 8 --log /home/juan/jamulus/jamulus.log --multithreading --startminimized --htmlstatus /home/juan/jamulus/jamulus-status.html --welcomemessage /home/juan/jamulus/jamulus-welcome.htmlI've tried with and without the nohup, but it doesn't make any difference.
Can anyone help please?
Beta Was this translation helpful? Give feedback.
All reactions