Skip to content

Instantly share code, notes, and snippets.

@rbe
Created July 14, 2012 09:06
Show Gist options
  • Select an option

  • Save rbe/3110123 to your computer and use it in GitHub Desktop.

Select an option

Save rbe/3110123 to your computer and use it in GitHub Desktop.
Oneliner to disable FreeBSD's periodic jobs
grep _enable /etc/defaults/periodic.conf | sed 's#YES#NO#g' > /etc/periodic.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment