fixed issue related to /home partition having all space and the /var/www folder running out of space

This commit is contained in:
Christian
2021-02-13 21:27:46 +01:00
parent 1297ec8fd7
commit 023a3c9ab9
9 changed files with 31 additions and 60 deletions
+2 -1
View File
@@ -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
+2 -2
View File
@@ -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