Skip to content

Files

Latest commit

60709c5 · Sep 20, 2019

History

History

startopenerp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 20, 2019
Sep 20, 2019

Automatically run script at boot time

Following are simple instructions

Make /etc/rc.d/rc.local executable, by using this command:

chmod +x /etc/rc.d/rc.local

Edit the file /etc/rc.local and to the bottom of it simply add the line pointing to your shell script:

/path/MyShScript.sh

And then to make it executable, run:

chmod +x /path/MyShScript.sh

DONE!