MEDIUM: systemd: Type=forking in unit file

Adding Type=forking in the unit file ensure better monitoring from
systemd. During a systemctl start the tool is able to return an error if
it didn't work with this option.
This commit is contained in:
William Lallemand 2017-06-01 17:38:57 +02:00 committed by Willy Tarreau
parent e202b1e951
commit 6db884d961
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ExecReload=@SBINDIR@/haproxy -f $CONFIG -c -q
ExecReload=/bin/kill -USR2 $MAINPID
KillMode=mixed
Restart=always
Type=forking
[Install]
WantedBy=multi-user.target