Created
July 22, 2015 10:42
-
-
Save achristodoulou/3319538f034b1e3af5f2 to your computer and use it in GitHub Desktop.
Load or run a Linux command on boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cat /etc/rc.local | |
| /usr/local/bin/composer selfupdate > /dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add any command you would like to run on boot by editing /etc/rc.local