Changes

Jump to: navigation, search
Finalize the Setup
##Make our new file executable by running <pre>sudo chmod +x /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;systemctl status quakejs</pre> and then connecting to the server; and/or rebooting your machine by running <pre>sudo reboot</pre>and then running <pre>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>
##Remove ''quake'' from the ''sudo'' group by running <pre>sudo gpasswd -d quake sudo</pre>

Navigation menu