Add "Type=notify" on "etcd.service" file

if not set, it can show "forgot to set Type=notify in systemd service file?" at started.
This commit is contained in:
BlackFoxSAR
2019-07-08 15:44:44 +09:00
committed by GitHub
parent bf2850974e
commit 50bcce3fa8

View File

@@ -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