- Modify any paths that need to be changed for your build paths
- Modify the
User=
variable as well - Copy/Move these files into
/etc/systemd/system
- Enable the services using
systemctl enable worldserver
andsystemctl enable authserver
- To start the servers, reboot or use
systemctl start worldserver
andsystemctl start authserver
- Use
screen -r worldserver
orscreen -r authserver
to manage the worldserver and authserver respectively
- You must have
screen
installed on your Linux box to be able to use these services. Installingscreen
on Debian is as easy as doingapt-get install screen
Forked/mirrored from https://github.com/velinath/trinity-systemd