diff --git a/vsftpd.logrotate b/vsftpd.logrotate index db6877e..c8793e3 100644 --- a/vsftpd.logrotate +++ b/vsftpd.logrotate @@ -9,6 +9,6 @@ create 600 root root sharedscripts postrotate - pgrep vsftpd && killall -HUP vsftpd + pgrep vsftpd && killall -HUP vsftpd || exit 0 endscript }