Skip to content

Instantly share code, notes, and snippets.

@pettomartino
Created May 22, 2018 08:14
Show Gist options
  • Save pettomartino/0b1b8c75763b2f5723fc487d0568f8b2 to your computer and use it in GitHub Desktop.
Save pettomartino/0b1b8c75763b2f5723fc487d0568f8b2 to your computer and use it in GitHub Desktop.
execute a command on start up ubuntu
# save it on /etc/init
start on startup
task
exec /path/to/command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment