Merge pull request #39169 from remonlam/master

Automatic merge from submit-queue (batch tested with PRs 39169, 40719, 38954, 40808, 40689)

add systemd notify
This commit is contained in:
Kubernetes Submit Queue 2017-02-02 02:05:17 -08:00 committed by GitHub
commit 1a95922be6

View File

@ -73,6 +73,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