Run script with rc.local: script works, but not at boot

前端 未结 16 1267
失恋的感觉
失恋的感觉 2020-12-02 07:38

I have a node.js script which need to start at boot and run under the www-data user. During development I always started the script with:

su www-dat         


        
16条回答
  •  一个人的身影
    2020-12-02 08:04

    It is my understanding that if you place your script in a certain RUN Level, you should use ln -s to link the script to the level you want it to work in.

提交回复
热议问题