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
Instead of just starting the script, install the phelp as a daemon service.
The users can stop the service with something like sudo service phelp stop. Similar for start and restart. We are trying to imitate how most of the daemon services are run on linux.
The platform dependency needs to be checked before implementing this.
The phelp command should remain as it is. Also it might be better to add alias 'sudo phelp stopforsudo service phelp stop`
The text was updated successfully, but these errors were encountered:
Instead of just starting the script, install the phelp as a daemon service.
The users can stop the service with something like
sudo service phelp stop
. Similar for start and restart. We are trying to imitate how most of the daemon services are run on linux.The platform dependency needs to be checked before implementing this.
The
phelp
command should remain as it is. Also it might be better to add alias 'sudo phelp stopfor
sudo service phelp stop`The text was updated successfully, but these errors were encountered: