systemd service for haki supervisor

This commit is contained in:
Petros Aggelatos 2013-07-17 15:55:44 +03:00
parent 6e006a8915
commit f42814778d

13
scripts/haki.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Haki App Supervisor
Requires=network.target
After=network.target
[Service]
ExecStart=/home/haki/ewa-client-bootstrap/supervisor.js
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=null
Restart=on-failure
[Install]
WantedBy=multi-user.target