MINI MINI MANI MO

Path : /usr/lib/systemd/system/
File Upload :
Current File : //usr/lib/systemd/system/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

OHA YOOOO