mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
commit
1a95922be6
@ -73,6 +73,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