[Unit] Description=Apache Web Server After=network.target remote-fs.target nss-lookup.target [Service] Type=simple ExecStart=/usr/bin/httpd -k start -DFOREGROUND ExecStop=/usr/bin/httpd -k graceful-stop ExecReload=/usr/bin/httpd -k graceful PrivateTmp=true LimitNOFILE=infinity KillMode=mixed [Install] WantedBy=multi-user.target