Set hassos supervisor to rauc (#55)

* Set hassos supervisor to rauc

* Update post-install

* Update hassos-config
This commit is contained in:
Pascal Vizeli
2018-06-29 15:23:49 +02:00
committed by GitHub
parent 8dd8816e4e
commit dde6d8f806
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/sh
systemctl start mnt-boot.mount
systemctl reboot

View File

@@ -1,7 +1,7 @@
[Unit]
Description=HassOS supervisor
Requires=docker.service
After=docker.service dbus.socket
After=docker.service rauc.service dbus.socket
RequiresMountsFor=/mnt/data
StartLimitIntervalSec=60
StartLimitBurst=5