[Unit] Description=The Apache2 HTTP Server After=network.target remote-fs.target nss-lockup.target [Service] Type=notify EnvironmentFile=/etc/conf.d/apache2 ExecStart=/usr/sbin/apache2 $OPTIONS -DFOREGROUND ExecReload=/usr/sbin/apache2 $OPTIONS -k graceful ExecStop=/usr/sbin/apache2 $OPTIONS -k graceful-stop PrivateTmp=true [Install] WantedBy=multi-user.target