added Environment & logfile path

This commit is contained in:
Spyros Ligouras 2013-07-20 12:46:57 +03:00
parent f47a497c7a
commit 5f8da8ac16

View File

@ -4,9 +4,11 @@ Requires=network.target
After=network.target
[Service]
Type=simple
Requires=network.target
ExecStart=/opt/ewa-client-bootstrap/supervisor.js
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=null
StandardOutput=/var/log/haki.log
Restart=on-failure
[Install]