diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 23:20:33 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 23:20:33 +0200 |
commit | 2787383c910f8b85c5250a9ace2e49954b5f07ba (patch) | |
tree | f1598f400cfd0076c7b0476b75662775730f8699 /README.md | |
parent | bbebbe27e1b3fa7a39b8a066d1351346d3db899c (diff) |
Added 'Run as a cron job'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -104,6 +104,25 @@ background by typing: $ fics -d +### Run as a cron job ### + +FICS comes with an autorun script (`fics_autorun.sh`) that is suitable +to be run as a cron job for the dedicated chess user. + +Edit the crontab by typing: + + $ crontab -e + +And add the following line: + + */5 * * * * /home/chess/bin/fics_autorun.sh + +Save the file and exit. + +To display the current crontab, type: + + $ crontab -l + ## Creating registered players ## As root, do the following: |