Accepting request 1154408 from server:http
- logrotate: don't fail if service not running OBS-URL: https://build.opensuse.org/request/show/1154408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=86
This commit is contained in:
commit
632540dd7d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 3 10:24:27 UTC 2024 - Adam Mizerski <adam@mizerski.pl>
|
||||||
|
|
||||||
|
- logrotate: don't fail if service not running
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 14:08:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Feb 22 14:08:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@
|
|||||||
notifempty
|
notifempty
|
||||||
delaycompress
|
delaycompress
|
||||||
lastaction
|
lastaction
|
||||||
# -s reopen will use the pid file passed in the config file or the compiled in default path
|
# "-s reopen" will use the pid file passed in the config file or the compiled in default path
|
||||||
/usr/sbin/nginx -s reopen
|
[ -f /run/nginx.pid ] && /usr/sbin/nginx -s reopen
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user