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:
David Michael 2017-04-20 13:14:40 -07:00
parent 81e717d84e
commit b4e934a73c
2 changed files with 2 additions and 3 deletions

View File

@ -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