Your IP : 216.73.216.146


Current Path : /usr/lib/systemd/system/
Upload File :
Current File : //usr/lib/systemd/system/httpd.service.ls_bak

[Unit]
Description=Apache web server by WEBD
ConditionPathExists=!/etc/httpddisable
ConditionPathExists=!/etc/apachedisable
ConditionPathExists=!/etc/httpdisable
Wants=network-online.target
After=network.target network-online.target


[Service]
Type=forking
ExecStart=/etc/init.d/httpd start
ExecStop=/etc/init.d/httpd stop
ExecReload=/etc/init.d/httpd reload
PIDFile=/run/apache2/httpd.pid
TimeoutStartSec=180
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target