mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
added systems notify
Fix for error “failed to notify systemd for readiness”
This commit is contained in:
parent
9ef610b672
commit
e8f625bfb5
@ -69,6 +69,7 @@ WorkingDirectory=${etcd_data_dir}
|
|||||||
EnvironmentFile=-/opt/kubernetes/cfg/etcd.conf
|
EnvironmentFile=-/opt/kubernetes/cfg/etcd.conf
|
||||||
# set GOMAXPROCS to number of processors
|
# set GOMAXPROCS to number of processors
|
||||||
ExecStart=/bin/bash -c "GOMAXPROCS=\$(nproc) /opt/kubernetes/bin/etcd"
|
ExecStart=/bin/bash -c "GOMAXPROCS=\$(nproc) /opt/kubernetes/bin/etcd"
|
||||||
|
Type=notify
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user