aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/files/apache2.service
blob: f4bcf9efaf0f6e55cf855299057c447f550c233f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Decription=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
Environment=LANG=C
ExecStart=@SBINDIR@/httpd -DFOREGROUND -D SSL -D PHP5 -k start
ExecStop=@BASE_BINDIR@/kill -WINCH ${MAINPID}
KillSignal=SIGCONT
PrivateTmp=true

[Install]
WantedBy=multi-user.target