diff options
author | Henry Gebhardt <hsggebhardt@gmail.com> | 2013-08-12 08:33:05 -0400 |
---|---|---|
committer | Henry Gebhardt <hsggebhardt@gmail.com> | 2013-08-12 08:33:05 -0400 |
commit | 3813c46a98a986050195498c6f6af6cad76982e2 (patch) | |
tree | 5335b83ae3cd0ad12242dfba57b3202dd1fe98d8 | |
parent | sys-apps/systemd-units: hald? anyone remember hald? hald? (diff) | |
download | systemd-3813c46a98a986050195498c6f6af6cad76982e2.tar.gz systemd-3813c46a98a986050195498c6f6af6cad76982e2.tar.bz2 systemd-3813c46a98a986050195498c6f6af6cad76982e2.zip |
sys-apps/systemd-units-18: apache2 now in main
Thanks to Markus Rathgeb for noticing this.
-rw-r--r-- | sys-apps/systemd-units/files/services-server/apache2.service | 19 | ||||
-rw-r--r-- | sys-apps/systemd-units/systemd-units-18.ebuild (renamed from sys-apps/systemd-units/systemd-units-17.ebuild) | 0 |
2 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 diff --git a/sys-apps/systemd-units/systemd-units-17.ebuild b/sys-apps/systemd-units/systemd-units-18.ebuild index 0ef9f2d..0ef9f2d 100644 --- a/sys-apps/systemd-units/systemd-units-17.ebuild +++ b/sys-apps/systemd-units/systemd-units-18.ebuild |