906948
# See httpd.service(8) for more information on using the httpd service.
906948
906948
# Modifying this file in-place is not recommended, because changes
906948
# will be overwritten during package upgrades.  To customize the
906948
# behaviour, run "systemctl edit httpd" to create an override unit.
906948
906948
# For example, to pass additional options (such as -D definitions) to
906948
# the httpd binary at startup, create an override unit (as is done by
906948
# systemctl edit) and enter the following:
906948
906948
#	[Service]
906948
#	Environment=OPTIONS=-DMY_DEFINE
906948
906948
[Unit]
906948
Description=The Apache HTTP Server
906948
Wants=httpd-init.service
906948
After=network.target remote-fs.target nss-lookup.target httpd-init.service
906948
Documentation=man:httpd.service(8)
906948
906948
[Service]
906948
Type=notify
906948
Environment=LANG=C
906948
906948
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
906948
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
906948
# Send SIGWINCH for graceful stop
906948
KillSignal=SIGWINCH
906948
KillMode=mixed
906948
PrivateTmp=true
906948
OOMPolicy=continue
906948
906948
[Install]
906948
WantedBy=multi-user.target