| .. | |||||
| NetworkManager.service | |||||
| auditd.service | |||||
| crond.service | |||||
| efs.service | |||||
| firewalld.service | |||||
| httpd.service | |||||
| irqbalance.service | |||||
| kdump.service | |||||
| remote-fs.target | |||||
| rhel-configure.service | |||||
| rsyncd.service | |||||
| rsyslog.service | |||||
| sshd.service | |||||
| tuned.service |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/systemd/system/multi-user.target.wants/ |
Upload File : |
[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target
Documentation=man:httpd(8)
Documentation=man:apachectl(8)
[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/httpd
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
ExecStop=/bin/kill -WINCH ${MAINPID}
# We want systemd to give httpd some time to finish gracefully, but still want
# it to kill httpd after TimeoutStopSec if something went wrong during the
# graceful stop. Normally, Systemd sends SIGTERM signal right after the
# ExecStop, which would kill httpd. We are sending useless SIGCONT here to give
# httpd time to finish.
KillSignal=SIGCONT
PrivateTmp=true
[Install]
WantedBy=multi-user.target
| .. | |||||
| NetworkManager.service | |||||
| auditd.service | |||||
| crond.service | |||||
| efs.service | |||||
| firewalld.service | |||||
| httpd.service | |||||
| irqbalance.service | |||||
| kdump.service | |||||
| remote-fs.target | |||||
| rhel-configure.service | |||||
| rsyncd.service | |||||
| rsyslog.service | |||||
| sshd.service | |||||
| tuned.service |