apache/httpd.service

17 lines
383 B
Desktop File

[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
Environment=LANG=C
PIDFile=/run/httpd/httpd.pid
ExecStart=/usr/sbin/apachectl start $OPTIONS
ExecStop=/usr/sbin/apachectl graceful-stop
ExecReload=/usr/sbin/apachectl graceful $OPTIONS
PrivateTmp=false
LimitNOFILE=infinity
[Install]
WantedBy=multi-user.target