fixed issue related to /home partition having all space and the /var/www folder running out of space
This commit is contained in:
Regular → Executable
+2
-1
@@ -1,8 +1,9 @@
|
||||
[Unit]
|
||||
Description=Moves demos from the local machine to remote destinations every 20 minutes
|
||||
Description=Moves demos from the local machine to remote destinations every 5 minutes
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=gameservers
|
||||
WorkingDirectory=/home/gameservers/demo_mover
|
||||
ExecStart=/home/gameservers/demo_mover/run_demo_mover.sh
|
||||
|
||||
|
||||
Regular → Executable
+2
-2
@@ -1,9 +1,9 @@
|
||||
[Unit]
|
||||
Description=Moves demos from the local machine to remote destinations every 20 minutes
|
||||
Description=Moves demos from the local machine to remote destinations every 5 minutes
|
||||
Requires=demo_mover.service
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* *:0,20,40
|
||||
OnCalendar=*-*-* *:0,5,10,15,20,25,30,35,40,45,50,55
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user