mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-08 19:02:10 +01:00
coreos-base/oem-gce: change the agent service to Type=notify
This allows ordering other services after the agent has completely finished its system initialization scripts and its daemons are all running in the container.
This commit is contained in:
parent
81e717d84e
commit
b4e934a73c
@ -1,10 +1,9 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=GCE Linux Agent
|
Description=GCE Linux Agent
|
||||||
After=local-fs.target network-online.target network.target
|
After=local-fs.target network-online.target
|
||||||
After=local-fs.target network-online.target network.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=notify
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user