mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-28 01:28:52 +00:00
16 lines
310 B
Desktop File
16 lines
310 B
Desktop File
[Unit]
|
|
Description=Haki App Supervisor
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=SHELL=/bin/bash
|
|
ExecStart=/opt/ewa-client-bootstrap/supervisor.js
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
StandardOutput=/var/log/haki.log
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|