Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created November 4, 2017 18:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/cfa43e26885594a0d5e038ffb56b8754 to your computer and use it in GitHub Desktop.
Save rtrouton/cfa43e26885594a0d5e038ffb56b8754 to your computer and use it in GitHub Desktop.
Logrotate configuration for the Jamf Infrastructure Manager logs
/var/log/jamf-im-launcher.log {
missingok
weekly
copytruncate
create 700 jamfservice jamfservice
dateext
rotate 4
compress
}
/var/log/jamf-im.log {
missingok
weekly
copytruncate
create 700 jamfservice jamfservice
dateext
rotate 4
compress
}
/var/log/jamf-im-pre-enroll.log {
missingok
weekly
copytruncate
create 700 jamfservice jamfservice
dateext
rotate 4
compress
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment