Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Dedicated legacy Linux server: Difference between revisions

From TF2 Classified Wiki
Mehr (talk | contribs)
Added section for cron and systemd service for automation
Mehr (talk | contribs)
Line 145: Line 145:


If you want it to run even after closing the terminal window, run <code>nohup ./runserver.sh &</code> followed by <code>disown</code>
If you want it to run even after closing the terminal window, run <code>nohup ./runserver.sh &</code> followed by <code>disown</code>
More advanced users will likely want to run it using GNU Screen, or using a systemd service, which will be documented here eventually.


== Systemd & Crontab for Automatic Start, Restart and Updating==
== Systemd & Crontab for Automatic Start, Restart and Updating==