Page 1 of 1

how to make a launchstarter on desktop linuix to start stop

PostPosted: Sat Sep 17, 2022 10:37 am
by glda19
Hi
What are the steps to make a starter for serviio on my linux desktop so i can start en stop it manually
That is the termial sudo systemctl enable serviio.service

Re: how to make a launchstarter on desktop linuix to start s

PostPosted: Tue Sep 20, 2022 3:33 pm
by cmakula
The terminal command would be "sudo systemctl start serviio.service" after the service has been previoulsy enabled. It requires root access, so I would not suggest making a desktop icon, unless you do so as a shell script to ask for the sudo password in a terminal window.

This would be if it was configured using the wiki article... There are, of course, other ways to get Serviio running.