hassio-supervised-installer/homeassistant-supervised/systemd/system/hassio-supervisor.service
2021-09-03 23:30:35 +00:00

15 lines
327 B
Desktop File

[Unit]
Description=Hass.io supervisor
Requires=%%SERVICE_DOCKER%%
After=%%SERVICE_DOCKER%% dbus.socket
[Service]
Type=simple
Restart=always
RestartSec=5s
ExecStartPre=-%%BINARY_DOCKER%% stop hassio_supervisor
ExecStart=%%BINARY_HASSIO%%
ExecStop=-%%BINARY_DOCKER%% stop hassio_supervisor
[Install]
WantedBy=multi-user.target