etc/systemd
This commit is contained in:
18
etc/systemd/system/multi-user.target.wants/apache2.service
Normal file
18
etc/systemd/system/multi-user.target.wants/apache2.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=The Apache HTTP Server
|
||||
After=network.target remote-fs.target nss-lookup.target
|
||||
Documentation=https://httpd.apache.org/docs/2.4/
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Environment=APACHE_STARTED_BY_SYSTEMD=true
|
||||
ExecStart=/usr/sbin/apachectl start
|
||||
ExecStop=/usr/sbin/apachectl graceful-stop
|
||||
ExecReload=/usr/sbin/apachectl graceful
|
||||
KillMode=mixed
|
||||
PrivateTmp=true
|
||||
Restart=on-abort
|
||||
OOMPolicy=continue
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user