This unit is provided by:
Options
-
[Install]
-
[Service]
-
Environment=APACHE_STARTED_BY_SYSTEMD=true
-
ExecReload=/usr/sbin/apachectl graceful
-
ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
-
ExecStart=/usr/sbin/apachectl start
-
ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start
-
ExecStop=/usr/sbin/apachectl graceful-stop
-
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
-
KillMode=mixed
-
NotifyAccess=all
-
OOMPolicy=continue
-
PrivateTmp=yes
-
Restart=on-abort
-
TasksMax=infinity
-
Type=forking
-
Type=notify
-
-
[Unit]
-
After=network.target nss-lookup.target time-sync.target remote-fs.target
-
After=network.target remote-fs.target nss-lookup.target
-
Before=getty@tty1.service plymouth-quit.service xdm.service
-
Description=The Apache HTTP Server
-
Description=The Apache Webserver
-
Documentation=https://httpd.apache.org/docs/2.4/
-
PartOf=apache2.target
-
Additionnal notes
Nothing here.