Skip to content

Instantly share code, notes, and snippets.

@Nill-R
Last active February 5, 2020 06:10
Show Gist options
  • Save Nill-R/cb84b232a0baf6550d4733849c76175d to your computer and use it in GitHub Desktop.
Save Nill-R/cb84b232a0baf6550d4733849c76175d to your computer and use it in GitHub Desktop.
Logrotate for yggdrasil
/var/log/yggdrasil.log {
daily
missingok
rotate 2
compress
olddir /var/log/old
dateext
dateformat -%Y-%m-%d.log
notifempty
create 640 syslog adm
postrotate
systemctl reload yggdrasil
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment