[Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target [Service] Type=forking ExecStart=/usr/local/apache/bin/httpd $OPTIONS -k start ExecReload=/usr/local/apache/bin/httpd $OPTIONS -k graceful ExecStop=/usr/local/apache/bin/httpd -k stop PrivateTmp=false [Install] WantedBy=multi-user.target