omit redundant -k start

This commit is contained in:
Joe Orton 2012-03-13 15:33:26 +00:00
parent b2bbac861a
commit 93dd920a4b

View File

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