Dedicated legacy Linux server: Difference between revisions
From TF2 Classified Wiki
More actions
Added section for cron and systemd service for automation |
|||
| 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> | ||
== Systemd & Crontab for Automatic Start, Restart and Updating== | == Systemd & Crontab for Automatic Start, Restart and Updating== | ||