Skip to content

Instantly share code, notes, and snippets.

@mvidaldp
Created January 16, 2021 22:24
Show Gist options
  • Save mvidaldp/2c1c1a516472f7ccc6bfc5cea0502472 to your computer and use it in GitHub Desktop.
Save mvidaldp/2c1c1a516472f7ccc6bfc5cea0502472 to your computer and use it in GitHub Desktop.
Example systemd timer to start a unit service after a specific time
[Unit]
Description=Start service.service 3 minutes after default.target
[Timer]
Unit=service.service
# set to desired time
OnBootSec=180s
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment