Accepting request 280882 from home:bruno_friedmann:branches:Apache
- 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] OBS-URL: https://build.opensuse.org/request/show/280882 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=428
This commit is contained in:
parent
3cd0bfc911
commit
b9fbfaa975
@ -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…
Reference in New Issue
Block a user