mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 20:15:14 +02:00
7 lines
133 B
Text
7 lines
133 B
Text
/var/log/cron {
|
|
sharedscripts
|
|
copytruncate
|
|
postrotate
|
|
systemctl try-restart cronie.service >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|