Skip to content

Instantly share code, notes, and snippets.

@achristodoulou
Created July 22, 2015 10:42
Show Gist options
  • Save achristodoulou/3319538f034b1e3af5f2 to your computer and use it in GitHub Desktop.
Save achristodoulou/3319538f034b1e3af5f2 to your computer and use it in GitHub Desktop.
Load or run a Linux command on boot
$ cat /etc/rc.local
/usr/local/bin/composer selfupdate > /dev/null 2>&1
@achristodoulou
Copy link
Author

Add any command you would like to run on boot by editing /etc/rc.local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment