This commit is contained in:
Václav Valíček 2018-10-28 17:03:08 +01:00
parent 03ed19af83
commit c24cb6a37d
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

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
}