Service doesn't support chkconfig

后端 未结 5 776
独厮守ぢ
独厮守ぢ 2020-12-30 19:48

Good day,programmers. I have a problem. Please help. I am creating a service, which must load automatically when Linux is being loaded. So,I copied the script into the direc

5条回答
  •  不知归路
    2020-12-30 20:38

    Here is an excellent map of the elements that need to be in an init script, to implement what chkconfig and the init subsystem is doing, and what each element actually does:

    http://www.tldp.org/HOWTO/HighQuality-Apps-HOWTO/boot.html

提交回复
热议问题