This commit is contained in:
2018-10-28 17:03:08 +01:00
parent 03ed19af83
commit c24cb6a37d

View File

@@ -11,6 +11,6 @@ start() {
# pidfile
touch /var/run/cloner.pid
chown executor:executor /var/run/cloner.pid
frontail /var/log/messages /home/executor/cron.log --daemonize
frontail /var/log/messages /home/executor/cron.log --daemonize --url-path /logs
}