15 lines
359 B
Desktop File
15 lines
359 B
Desktop File
[Unit]
|
|
Description=The Apache HTTP Server
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=/etc/sysconfig/httpd
|
|
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
|
|
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
|
|
ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|