2ce4028d5f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
243 B
Desktop File
14 lines
243 B
Desktop File
[Unit]
|
|
Description=Apache HTTP Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/apachectl start
|
|
ExecReload=/usr/bin/apachectl graceful
|
|
ExecStop=/usr/bin/apachectl stop
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|