Init script not working
- This topic has 1 reply, 2 voices, and was last updated 8 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › Init script not working
Hi,
I would like to create an init script to autorun some commands at the Counduit startup. I have used the following guide:
https://wiki.openwrt.org/doc/techref/initscripts
but there are problems with the creation of the symlinks in /etc/rc.d/ .
In fact the rc.d folder doesn’t exit, there are many rc0.d rc1.d etc folders.. but when I run the command
`/etc/init.d/ MY_SCRIPT enable
no symlink is created (even if the script seems to be enabled).
Any hints to solve the problem?
Thanks
Nicola
Lookup Linux init.d and update-rc.d instructions.