You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the way that we are using forever behind OpenRC, the "status" function isn't working because it cannot find a pid file in the correct place. I am not certain that forever supports multiple pidfiles, so we can either override the way that status is checked, or we can just use the main forever flag --pidFile in our OpenRC script. I'd prefer something that would allow for more than one forever script on the same machine.
The text was updated successfully, but these errors were encountered:
Because of the way that we are using forever behind OpenRC, the "status" function isn't working because it cannot find a pid file in the correct place. I am not certain that
forever
supports multiple pidfiles, so we can either override the way that status is checked, or we can just use the main forever flag--pidFile
in our OpenRC script. I'd prefer something that would allow for more than one forever script on the same machine.The text was updated successfully, but these errors were encountered: