diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/rauc-good.service b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/rauc-good.service index 4af9b0984..907ab3a26 100644 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/rauc-good.service +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/rauc-good.service @@ -1,14 +1,9 @@ [Unit] Description=Hassio rauc good -Requires=hassio-supervisor.service -After=rauc.service hassio-supervisor.service +Requires=hassio-supervisor.service rauc.service RefuseManualStart=true RefuseManualStop=true [Service] Type=oneshot -ExecStartPre=/bin/sleep 80 ExecStart=/usr/bin/rauc status mark-good - -[Install] -WantedBy=multi-user.target