forked from pool/apache2
Accepting request 313617 from home:elvigia:branches:Apache
- apache2.service: We have to use KillMode=mixed for the graceful stop, restart to work properly. OBS-URL: https://build.opensuse.org/request/show/313617 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=451
This commit is contained in:
parent
e078f69d56
commit
8c712886f9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 25 03:52:01 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- apache2.service: We have to use KillMode=mixed for the
|
||||||
|
graceful stop, restart to work properly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 11 09:09:05 UTC 2015 - pgajdos@suse.com
|
Thu Jun 11 09:09:05 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ EnvironmentFile=/etc/sysconfig/apache2
|
|||||||
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start
|
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start
|
||||||
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful
|
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful
|
||||||
ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop
|
ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop
|
||||||
|
KillMode=mixed
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user