All start up services located in /etc/init.d
You can create executable file in /etc/init.d, for example execute.sh after that run this command
rc-update add execute.sh
If you want to delete any service from start up, you must run command
rc-update delete some-service
And finally you can see all services
rc-update show
You can create executable file in /etc/init.d, for example execute.sh after that run this command
rc-update add execute.sh
If you want to delete any service from start up, you must run command
rc-update delete some-service
And finally you can see all services
rc-update show
No comments:
Post a Comment