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