diff --git a/executor-conf b/executor-conf index 93bf88d..48a643c 100755 --- a/executor-conf +++ b/executor-conf @@ -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 }