
* laying the groundwork * moving more stuff * move files into place * add control * postinst script * preinst * added more to postinst and preinst * I think this works * fix gitignore and control * fixes * Delete homeassistant-supervised.deb * Check network connection * first test of build deb * test 2 * create changelog * switch to lowercase for github action * test without args * fix typo in example changelog * Resolve errors * Space out control * added files to gitignore * update gitignore * putting everything in place * revert actions changes * Test action * test workflow * new action * get rid of push * set version number to match os agent format * added machine type select * move bin * postrm undo dpkg-divert
15 lines
327 B
Desktop File
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
|