我创建了脚本文件 -
#!/bin/sh
echo "my application is here"
./helloworld # helloworld is our application
- after creating the script file i copied it in
init.d
- I gave the command
chmod +x /etc/init.d/vcc_app
(vcc_app is the name of script which I have created) - Then I gave the command
ln -s /etc/init.d/vcc_app /etc/rc.d/vcc_app
(rc.d is the run level directory)
但当我重开董事会时 我的申请书不是自动执行的 有人能帮我吗?