HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/systemd/system/httpd.service
[Unit]
Description=The Apache HTTP Server
Wants=httpd-init.service
After=network.target remote-fs.target nss-lookup.target httpd-init.service
Documentation=man:httpd.service(8)

[Service]
LimitNOFILE=200000
Type=forking
Environment=LANG=C

ExecStart=/usr/sbin/httpd -c "PidFile /var/run/httpd/httpd.pid" $OPTIONS -k start
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
ExecReload=/usr/sbin/httpd $OPTIONS -t
ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop
PrivateTmp=true

[Install]
WantedBy=multi-user.target