diff --git a/tools/packaging/debian/dragonfly.logrotate b/tools/packaging/debian/dragonfly.logrotate index 2047f613e..f8f9270c1 100644 --- a/tools/packaging/debian/dragonfly.logrotate +++ b/tools/packaging/debian/dragonfly.logrotate @@ -15,7 +15,7 @@ prerotate if lsof -t $1 > /dev/null; then # file is open. Skipping rotation." - exit 1 + exit 0 fi endscript