T_a
1
Have any one know how to write the file for sign in initialize or initialize command.
Now,When I turn on the module I always have to install the driver every time. Is it have anyway to do it auto ??
and is it have a “systemd” service to start stop and restart or not??
jyijyi
2
You can modify startlegato.sh to add your init command
1 Like
T_a
3
how to write “./wf200.sh” in the scprit?
jyijyi
4
you need to use full path
e.g.
/home/root/xxx.script &
T_a
5
I have added this in dnsmasq:
echo “WF200_starting install”
/home/root/wf200.sh &
and got this:
WF200_starting install
/etc/init.d/dnsmasq: line 121: /home/root/wf200.sh: Permission denied
jyijyi
6
do you find problem to just run “/home/root/wf200.sh &” in console
T_a
8
how to write wait in the script?
jyijyi
9
you should ask this in other forum
T_a
10
I cannot use the legato tools any more and all etc/init.d file is become entry. How to fix it?
jyijyi
11
you can create a unsandboxed hello_world legato app, and run the script when power cycle: