Skip to content

Commit b141517

Browse files
committed
Autostart flashing latest HAOS after 3 seconds
Signed-off-by: Stefan Agner <[email protected]>
1 parent 50e2a63 commit b141517

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Unit]
2+
Description=Autostart Home Assistant OS installation
3+
Wants=network-online.target time-sync.target
4+
After=network-online.target time-sync.target
5+
DefaultDependencies=no
6+
7+
[Service]
8+
Type=idle
9+
ExecStartPre=/usr/bin/sleep 3
10+
ExecStart=-/usr/bin/haos-flash stable
11+
12+
[Install]
13+
WantedBy=basic.target

0 commit comments

Comments
 (0)