omit redundant -k start
This commit is contained in:
parent
b2bbac861a
commit
93dd920a4b
@ -6,7 +6,7 @@ After=syslog.target network.target remote-fs.target nss-lookup.target
|
||||
Type=forking
|
||||
PIDFile=/var/run/httpd/httpd.pid
|
||||
EnvironmentFile=/etc/sysconfig/httpd
|
||||
ExecStart=/usr/sbin/httpd $OPTIONS -k start
|
||||
ExecStart=/usr/sbin/httpd $OPTIONS
|
||||
ExecReload=/usr/sbin/httpd $OPTIONS -t
|
||||
ExecReload=/usr/sbin/httpd -HUP $MAINPID
|
||||
ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop
|
||||
|
Loading…
Reference in New Issue
Block a user