HOME


Mini Shell 1.0
DIR:/etc/systemd/system/multi-user.target.wants/
Upload File :
Current File : //etc/systemd/system/multi-user.target.wants/httpd.service
[Unit]
Description=Web server Apache
After=network.target

[Service]
Type=forking
ExecStart=/usr/local/apache/bin/apachectl start
ExecReload=/usr/local/apache/bin/apachectl graceful
ExecStop=/usr/local/apache/bin/apachectl graceful-stop
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target