mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
feat(update_engine): restart a second after death
It is possible that update_engine will crash. Try to recover by restarting the update_engine but wait some seconds first.
This commit is contained in:
parent
3efa5def15
commit
ce476ecc6c
@ -7,6 +7,8 @@ Type=dbus
|
|||||||
BusName=org.chromium.UpdateEngine
|
BusName=org.chromium.UpdateEngine
|
||||||
ExecStart=/usr/sbin/update_engine -foreground -logtostderr -no_connection_manager
|
ExecStart=/usr/sbin/update_engine -foreground -logtostderr -no_connection_manager
|
||||||
BlockIOWeight=100
|
BlockIOWeight=100
|
||||||
|
Restart=always
|
||||||
|
RestartSec=30
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user