Skip to content

Instantly share code, notes, and snippets.

@mcrmonkey
Created October 27, 2019 01:08
Show Gist options
  • Save mcrmonkey/a89e521cba45273293565b7ea11231af to your computer and use it in GitHub Desktop.
Save mcrmonkey/a89e521cba45273293565b7ea11231af to your computer and use it in GitHub Desktop.
systemd timer
[Unit]
Description=Description of service target
#Documentation=man:apt(8)
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/path/to/thing
[Unit]
Description=Description of timer
[Timer]
OnCalendar= Mon...Fri *-*-* 16:00
RandomizedDelaySec=6m
Persistent=false
[Install]
WantedBy=timers.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment