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:
Kristyna Streitova 2015-06-25 14:12:19 +00:00 committed by Git OBS Bridge
parent e078f69d56
commit 8c712886f9
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -10,6 +10,7 @@ EnvironmentFile=/etc/sysconfig/apache2
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful
ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop
KillMode=mixed
[Install]
WantedBy=multi-user.target