Skip to content

Instantly share code, notes, and snippets.

@PaulBradley
Last active June 29, 2018 15:42
Show Gist options
  • Save PaulBradley/9d37b7edfd0e24c480b3894df75dd6b9 to your computer and use it in GitHub Desktop.
Save PaulBradley/9d37b7edfd0e24c480b3894df75dd6b9 to your computer and use it in GitHub Desktop.
Start a Go service 30 seconds after a Ubuntu Linux Server reboots
@reboot sleep 30 && /path/to/file/startup.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment