Add "Type=notify" on "etcd.service" file
if not set, it can show "forgot to set Type=notify in systemd service file?" at started.pull/469/head
parent
bf2850974e
commit
50bcce3fa8
|
@ -85,6 +85,7 @@ ExecStart=/usr/local/bin/etcd \\
|
|||
--data-dir=/var/lib/etcd
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
Type=notify
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue