1,575
edits
Changes
→Finalize the Setup
#Configure Debian to autorun our server on boot
##Install ''[http://software.clapper.org/daemonize/ daemonize]'' (for use in our init.d script) by running <pre>sudo apt install daemonize</pre>
##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</pre> and/or rebooting your machine by running <pre>sudo reboot</pre>