mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Optimize Rauc-Good service (#24)
* Update rauc-good.service * Update rauc-good.timer
This commit is contained in:
parent
8df611eaf1
commit
7db3226a8e
@ -7,3 +7,4 @@ RefuseManualStop=true
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/rauc status mark-good
|
ExecStart=/usr/bin/rauc status mark-good
|
||||||
|
RemainAfterExit=true
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Description=HassOS mark boot partition as good
|
Description=HassOS mark boot partition as good
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=1min
|
OnBootSec=30sec
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user