Hi,
I need help on add a script to run on startup on alpinelinux 3.11.
I've added my script to /etc/local.d/myscript.start and enable: rc-update
add local default
but it is not running on system startup.
--
*Eduardo Gonçalves*
On 3/2/20 6:30 PM, Eduardo Gonçalves wrote:
> Hi,> I need help on add a script to run on startup on alpinelinux 3.11.> > I've added my script to /etc/local.d/myscript.start and > enable: rc-update add local default> > but it is not running on system startup.
Did you mark your script as executable (chmod +x
/etc/local.d/myscript.start)?
Hello,
In fact it’s running but it’s not echoing msgs in startup as it used to
echo in version alpine:3.8
Em seg, 2 de mar de 2020 às 13:18, Konstantin Kulikov <k.kulikov2@gmail.com>
escreveu:
> On 3/2/20 6:30 PM, Eduardo Gonçalves wrote:> > Hi,> > I need help on add a script to run on startup on alpinelinux 3.11.> >> > I've added my script to /etc/local.d/myscript.start and> > enable: rc-update add local default> >> > but it is not running on system startup.>> Did you mark your script as executable (chmod +x> /etc/local.d/myscript.start)?>>