Run SongKong as a Service on Linux
SongKong can be run in Remote Mode as a background service on Debian, Ubuntu and other compatible Linux systems using init.d.
Edit songkong.init and change:
SONGKONG_HOME=/opt/songkong
to the folder where SongKong is installed.
Then run the following commands from the SongKong installation folder:
sudo cp songkong.init /etc/init.d/songkong
sudo chmod +x /etc/init.d/songkong
sudo update-rc.d songkong defaults
sudo service songkong start
SongKong will now start automatically when the computer starts.
You can manually start, stop, restart or check the status of SongKong using:
sudo service songkong start
sudo service songkong stop
sudo service songkong restart
sudo service songkong status