Changes

Jump to: navigation, search
Finalize the Setup
##Copy the service script to where it goes by running <pre>sudo cp /home/quake/quakejs/init.d/quakejs /etc/init.d/quakejs</pre>
##Enable it by running <pre>sudo update-rc.d quakejs defaults</pre>
##You can test this by running <pre>sudo systemctl start quakejs&#10;sudo systemctl status quakejs</pre> and then connecting to the server; and/or rebooting your machine by running <pre>sudo reboot</pre>and the running <pre>sudo systemctl status quakejs</pre> and then connecting to your server.
#Lastly we need to remove ''sudo'' privileges from user ''quake''
##Get back to our original sudo user (not ''quake'') by running the following command which undoes ''su - quake'' <pre>exit</pre>

Navigation menu