Startup ‐ Linux - babsonnexus/stream-link-manager-for-channels GitHub Wiki
-
In a terminal, navigate to your Streaming Library Manager directory and type in the following command:
./slm.sh startup -
As the process completes, you will see something like this:
-
To check if the task is scheduled to run at startup, enter:
ls /etc/init.d # For Debian/Ubuntu/Mint ls /etc/systemd/system # For RedHat/CentOS/Fedora/Arch/Manjaro/OpenSUSE ls /usr/local/etc/rc.d # For SynologyYou should see a file named
slm_startup.sh: -
The next time you reboot, Streaming Library Manager will automatically start. Similarly, you can manually start it by entering:
./slm.sh -
It may look like nothing has happened, but if you type in this command:
ps auxYou should see
./slmrunning in the background. If you want to only look for that process, type:ps aux | grep [s]lmIn either case, you should see something similar to this: