apache-mpm-worker: fixed Conflicts in systemd unit.
This commit is contained in:
parent
c32ef215aa
commit
6fc24fa0c6
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=The Apache HTTP Server (Worker MPM)
|
||||
After=syslog.target network.target remote-fs.target
|
||||
Conflicts=apache.target apache-mpm-event.target
|
||||
Conflicts=apache.service apache-mpm-event.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
|
|
@ -10,7 +10,7 @@ unset post_install pre_configure run_depends
|
|||
# Override some vars.
|
||||
pkgname=apache-mpm-worker
|
||||
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=worker"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Apache HTTP Server - high speed threaded mode"
|
||||
long_desc="
|
||||
Each Apache Multi-Processing Module provides a different flavor of web
|
||||
|
|
Loading…
Reference in New Issue