This commit is contained in:
Daniel Winzen
2017-05-06 18:29:19 +02:00
parent 323db8e574
commit fa363efaec
4 changed files with 8 additions and 3 deletions

View File

@ -3,4 +3,4 @@ Description=Delete old shared hosting accounts
[Service]
Type=simple
ExecStart=/usr/bin/php /home/daniel/hosting/find_old.php
ExecStart=/usr/bin/php /var/www/find_old.php

View File

@ -3,4 +3,4 @@ Description=Manage shared hosting accounts
[Service]
Type=simple
ExecStart=/usr/bin/php /home/daniel/hosting/cron.php
ExecStart=/usr/bin/php /var/www/cron.php