Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=The Apache HTTP Server | ||||
3 | After=network.target remote-fs.target nss-lookup.target | ||||
4 | |||||
5 | [Service] | ||||
6 | Type=simple | ||||
7 | Environment=LANG=C | ||||
8 | ExecStart=@SBINDIR@/httpd -DFOREGROUND -D SSL -D PHP5 -k start | ||||
9 | ExecStop=@BASE_BINDIR@/kill -WINCH ${MAINPID} | ||||
10 | KillSignal=SIGCONT | ||||
11 | PrivateTmp=true | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=multi-user.target |