Skip to content
Snippets Groups Projects
Commit 6274fce9 authored by pmwkaa's avatar pmwkaa
Browse files

debian-adapt: tarantool_logrotate kill signal changed

parent e66863e4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ logger_notify() {
| sed 's/[^[:digit:]]//g'
`
[ $? -eq 0 ] || error "failed to get logger pid"
kill -USR2 $LOGGER_PID
kill -HUP $LOGGER_PID
}
if ! echo $1|grep -q '^\(start\)$'; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment