Skip to content

Instantly share code, notes, and snippets.

@pettomartino
Created May 22, 2018 08:14
Embed
What would you like to do?
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