summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd-units/files/services-server/apache2.service')
-rw-r--r--sys-apps/systemd-units/files/services-server/apache2.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-apps/systemd-units/files/services-server/apache2.service b/sys-apps/systemd-units/files/services-server/apache2.service
deleted file mode 100644
index dbc13e0..0000000
--- a/sys-apps/systemd-units/files/services-server/apache2.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Apache 2 HTTP Web Server
-After=network.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/apache2
-ExecStartPre=/bin/echo performing: /usr/sbin/apache2 -k start $APACHE2_OPTS
-ExecStart=/usr/sbin/apache2 -k start $APACHE2_OPTS
-ExecStop=/usr/sbin/apache2 -k graceful-stop $APACHE2_OPTS
-ExecReload=/usr/sbin/apache2 -k graceful $APACHE2_OPTS
-PIDFile=/var/run/apache2.pid
-StandardOutput=syslog
-StandardError=syslog
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
-WantedBy=http-daemon.target