mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-19 15:55:35 +08:00
16 lines
337 B
Desktop File
16 lines
337 B
Desktop File
[Unit]
|
|
Description=Apache Web Server
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/httpd/httpd.pid
|
|
ExecStart=/usr/bin/apachectl start
|
|
ExecStop=/usr/bin/apachectl graceful-stop
|
|
ExecReload=/usr/bin/apachectl graceful
|
|
PrivateTmp=true
|
|
LimitNOFILE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|