upgpkg: ocaml-ctypes 0.20.2-1
[arch-packages.git] / apache / trunk / httpd.service
blob67805ffc72c3be35b02f5dfdbbcd0395a40466e7
1 [Unit]
2 Description=Apache Web Server
3 After=network.target remote-fs.target nss-lookup.target
5 [Service]
6 Type=simple
7 ExecStart=/usr/bin/httpd -k start -DFOREGROUND
8 ExecStop=/usr/bin/httpd -k graceful-stop
9 ExecReload=/usr/bin/httpd -k graceful
10 PrivateTmp=true
11 LimitNOFILE=infinity
12 KillMode=mixed
14 [Install]
15 WantedBy=multi-user.target