apache: fixed Conflicts in systemd unit.

This commit is contained in:
Juan RP 2012-01-28 10:08:20 +01:00
parent edd1614dab
commit e2a020a76e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[Unit]
Description=The Apache HTTP Server
After=syslog.target network.target remote-fs.target
Conflicts=apache-mpm-event.target apache-mpm-worker.target
Conflicts=apache-mpm-event.service apache-mpm-worker.service
[Service]
Type=forking

View file

@ -19,7 +19,7 @@ configure_args="--prefix= --enable-pie --enable-modules=all
--enable-dav --enable-info --enable-cgi --enable-cgid --enable-dav-fs
--enable-dav-lock --enable-vhost-alias --enable-imagemap --enable-so
--enable-rewrite --with-pcre=/usr --enable-layout=XBPS --sysconfdir=/etc/httpd"
revision=3
revision=4
short_desc="The Number One HTTP Server On The Internet"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://httpd.apache.org/"