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
BlackFoxSAR 2019-07-08 15:44:44 +09:00 committed by GitHub
parent bf2850974e
commit 50bcce3fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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