summaryrefslogtreecommitdiffstats
path: root/package/apache/apache.service
blob: b8747e265839da006768f20a6fdd2197c8dde25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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
OpenPOWER on IntegriCloud