This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
AmbientCapabilities=CAP_NET_BIND_SERVICE
-
Environment=LANG=C
-
ExecReload=/usr/bin/httpd -f /etc/httpd/httpd.conf -k graceful
-
ExecReload=/usr/bin/httpd -k graceful
-
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
-
ExecStart=/usr/bin/httpd -k start -DFOREGROUND
-
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
-
ExecStart=@/usr/bin/httpd httpd -f /etc/httpd/httpd.conf
-
ExecStartPre=/usr/bin/httpd-pre-start
-
ExecStop=/usr/bin/httpd -f /etc/httpd/httpd.conf -k graceful-stop
-
ExecStop=/usr/bin/httpd -k graceful-stop
-
Group=wwwrun
-
KillMode=mixed
-
KillSignal=SIGWINCH
-
LimitNOFILE=infinity
-
OOMPolicy=continue
-
PIDFile=/run/httpd/httpd.pid
-
PrivateTmp=yes
-
Restart=always
-
RestartSec=5s
-
RuntimeDirectory=httpd httpd/runtime
-
RuntimeDirectoryMode=0750
-
Type=forking
-
Type=notify
-
Type=simple
-
User=wwwrun
-
-
[Unit]
-
After=network.target
-
After=network.target remote-fs.target nss-lookup.target
-
After=network.target remote-fs.target nss-lookup.target httpd-init.service
-
Description=Apache HTTPD
-
Description=Apache Web Server
-
Description=The Apache HTTP Server
-
Documentation=man:httpd.service(8)
-
Wants=httpd-init.service
-
Additionnal notes
Nothing here.