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
softwareupdater.py uses SeattleTestbed/nodemanager's daemon.py library to put itself in the background and detach from the launching terminal (if any) via fork().
softwareupdater.py
uses SeattleTestbed/nodemanager'sdaemon.py
library to put itself in the background and detach from the launching terminal (if any) viafork()
.See SeattleTestbed/nodemanager#117 for a discussion of memory consumption and a suggested alternative.
The text was updated successfully, but these errors were encountered: