2021-10-28 22:45:30 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Moves demos from the local machine to remote destinations every 5 minutes
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2021-11-02 21:36:38 +01:00
|
|
|
#the ovh gameservers uses the gameserver user and /home/gameservers/demos instead due to permission problems with auto generated demos
|
2021-10-28 22:45:30 +02:00
|
|
|
User=file_mover
|
|
|
|
WorkingDirectory=/home/file_mover
|
|
|
|
ExecStart=/home/file_mover/run_demo_mover.sh
|