Accepting request 197315 from home:elvigia:branches:Apache
- Also fix subtle non-obvious systemd unit confusion we really mean -DFOREGROUND not -DNO_DETACH the latter only inhibits the parent from forking, not quite the same as running in well.. the foreground as required. OBS-URL: https://build.opensuse.org/request/show/197315 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=391
This commit is contained in:
parent
888fcaf9d4
commit
1d6ce77ab3
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 15:37:37 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Also fix subtle non-obvious systemd unit confusion
|
||||||
|
we really mean -DFOREGROUND not -DNO_DETACH the latter only
|
||||||
|
inhibits the parent from forking, not quite the same as
|
||||||
|
running in well.. the foreground as required.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 3 03:58:27 UTC 2013 - crrodriguez@opensuse.org
|
Tue Sep 3 03:58:27 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -8,9 +8,9 @@ Before=getty@tty1.service
|
|||||||
Type=notify
|
Type=notify
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
EnvironmentFile=/etc/sysconfig/apache2
|
EnvironmentFile=/etc/sysconfig/apache2
|
||||||
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k start
|
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start
|
||||||
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -t -k graceful
|
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -t -k graceful
|
||||||
ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k graceful-stop
|
ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user