mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-27 09:12:31 +00:00
14 lines
263 B
SYSTEMD
14 lines
263 B
SYSTEMD
|
[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
|