mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 23:57:14 +08:00
15 lines
312 B
Desktop File
15 lines
312 B
Desktop File
[Unit]
|
|
Description=Apache Webserver
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/conf.d/apache
|
|
ExecStart=/usr/sbin/httpd -k start $OPTIONS
|
|
ExecStop=/usr/sbin/httpd -k graceful-stop $OPTIONS
|
|
ExecReload=/usr/sbin/httpd -k graceful $OPTIONS
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|