Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created April 12, 2017 21:29
Show Gist options
  • Save treyharris/e6fef689321ab85e374b83b44dd1d1d4 to your computer and use it in GitHub Desktop.
Save treyharris/e6fef689321ab85e374b83b44dd1d1d4 to your computer and use it in GitHub Desktop.
# /lib/systemd/system/apt-daily.timer
[Unit]
Description=Daily apt activities
[Timer]
OnCalendar=*-*-* 6,18:00
RandomizedDelaySec=12h
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment