Skip to content

Commit

Permalink
#4109 Fix logrotate
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Dec 27, 2024
1 parent 9851e2d commit 29f0ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_repo/allsky.logrotate.repo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
delaycompress
sharedscripts
postrotate
invoke-rc.d rsyslog rotate > /dev/null
systemctl kill -s HUP rsyslog.service
endscript
}

Expand All @@ -22,6 +22,6 @@
delaycompress
sharedscripts
postrotate
invoke-rc.d rsyslog rotate > /dev/null
systemctl kill -s HUP rsyslog.service
endscript
}

0 comments on commit 29f0ca1

Please sign in to comment.