mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 10:22:12 +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]
|
||||
Description=GCE Linux Agent
|
||||
After=local-fs.target network-online.target network.target
|
||||
After=local-fs.target network-online.target network.target
|
||||
After=local-fs.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Type=notify
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user