added systems notify

Fix for error “failed to notify systemd for readiness”
This commit is contained in:
Remon Lam 2016-12-22 23:15:30 +01:00
parent 9ef610b672
commit e8f625bfb5

View File

@ -69,6 +69,7 @@ WorkingDirectory=${etcd_data_dir}
EnvironmentFile=-/opt/kubernetes/cfg/etcd.conf
# set GOMAXPROCS to number of processors
ExecStart=/bin/bash -c "GOMAXPROCS=\$(nproc) /opt/kubernetes/bin/etcd"
Type=notify
[Install]
WantedBy=multi-user.target