auto_lnmp/init.d/httpd.service
2021-08-19 06:35:24 +08:00

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