void-packages/srcpkgs/apache/files/apache.service

17 lines
396 B
SYSTEMD
Raw Normal View History

2012-01-27 10:47:02 +01:00
[Unit]
Description=The Apache HTTP Server
After=syslog.target network.target remote-fs.target
Conflicts=apache-mpm-event.service apache-mpm-worker.service
2012-01-27 10:47:02 +01:00
[Service]
Type=forking
PIDFile=/var/run/httpd/httpd.pid
2015-06-02 11:26:56 +02:00
ExecStart=/usr/bin/httpd -k start
ExecReload=/usr/bin/httpd -t
2012-01-27 10:47:02 +01:00
ExecReload=/bin/kill -HUP $MAINPID
2015-06-02 11:26:56 +02:00
ExecStop=/usr/bin/httpd -k stop
2012-01-27 10:47:02 +01:00
PrivateTmp=true
[Install]
WantedBy=multi-user.target