13 lines
337 B
Desktop File
13 lines
337 B
Desktop File
[Unit]
|
|
Description=The Apache HTTP Server
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/local/apache/bin/httpd $OPTIONS -k start
|
|
ExecReload=/usr/local/apache/bin/httpd $OPTIONS -k graceful
|
|
ExecStop=/usr/local/apache/bin/httpd -k stop
|
|
PrivateTmp=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |