summarylogtreecommitdiffstats
path: root/httpd.service
blob: 1b780655b339c4ff1eab8f8bb0ec448342e4ca75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Apache 2.5 Web Server
After=network.target remote-fs.target nss-lookup.target httpd.socket
Requires=httpd.socket

[Service]
Type=notify
User=http
ExecStart=/usr/bin/httpd -DFOREGROUND
PrivateTmp=true
LimitNOFILE=infinity

[Install]
WantedBy=multi-user.target