Re: Just lost a few hours playing with daemon(8) and trying to set a path in an rc.d script
- Reply: Paul Procacci : "Re: Just lost a few hours playing with daemon(8) and trying to set a path in an rc.d script"
- In reply to: Dan Mahoney (Ports): "Just lost a few hours playing with daemon(8) and trying to set a path in an rc.d script"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Sep 2024 16:39:39 UTC
On Sat, Sep 14, 2024 at 01:23:51AM GMT, Dan Mahoney (Ports) wrote: > Dyjob have a service (etherpad lite) that we start from rc.d, using > daemon, but it runs as an unprivileged user and needs a special PATH > (because npm wants to install and update its own modules. I hate > this, but this is the reality). I usually run things of this nature from supervisord. -- Ian