mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
systemd service for haki supervisor
This commit is contained in:
parent
6e006a8915
commit
f42814778d
13
scripts/haki.service
Normal file
13
scripts/haki.service
Normal 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
|
Loading…
Reference in New Issue
Block a user