summaryrefslogtreecommitdiffstats
path: root/httpd.service
blob: b176a9224098f0cea87212da8f97e484b7e8f402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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