2021-02-03 20:08:20 +01:00
|
|
|
[Unit]
|
2021-02-13 21:27:46 +01:00
|
|
|
Description=Moves demos from the local machine to remote destinations every 5 minutes
|
2021-02-03 20:08:20 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=gameservers
|
|
|
|
WorkingDirectory=/home/gameservers/demo_mover
|
|
|
|
ExecStart=/home/gameservers/demo_mover/run_demo_mover.sh
|
2021-02-13 21:27:46 +01:00
|
|
|
|