diff --git a/debian/scripts/tarantool_logrotate b/debian/scripts/tarantool_logrotate
index 737a35fd68ab13a088fb3ca0d9c53ba4fd6ca411..da2896c0ef3793df62913d1eb6792ab717058aa2 100755
--- a/debian/scripts/tarantool_logrotate
+++ b/debian/scripts/tarantool_logrotate
@@ -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