forked from pool/apache2
Accepting request 280888 from Apache
1 OBS-URL: https://build.opensuse.org/request/show/280888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=96
This commit is contained in:
commit
97b8f1d9cb
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 10:51:32 UTC 2015 - bruno@ioda-net.ch
|
||||
|
||||
- Redone lost patch to fix boo#859439
|
||||
+ service reload can cause log data to be lost with logrotate
|
||||
under some circumstances: remove "-t" from service reload.
|
||||
[bnc#859439]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 13:03:24 UTC 2015 - schwab@linux-m68k.org
|
||||
|
||||
|
@ -9,7 +9,7 @@ Type=notify
|
||||
PrivateTmp=true
|
||||
EnvironmentFile=/etc/sysconfig/apache2
|
||||
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start
|
||||
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -t -k graceful
|
||||
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful
|
||||
ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop
|
||||
|
||||
[Install]
|
||||
|
Loading…
x
Reference in New Issue
Block a user