Page 1 of 1
MacOS command line restart
Posted: Thu Mar 26, 2020 10:03 am
by meriscz
Hi,
I can't find the correct command line command for restart FAH.
Is anywhere the simple help site with this commands?
Thanks
meriscz
Re: MacOS command line restart
Posted: Thu Mar 26, 2020 12:53 pm
by Joe_H
sudo launchctl unload -w /Library/LaunchDaemons/edu.stanford.folding.fahclient.plist
and then
sudo launchctl load -w /Library/LaunchDaemons/edu.stanford.folding.fahclient.plist
This is on my older installation of 7.5.1 on my MacBook running High Sierra, as far as I know the paths have not changed.
Re: MacOS command line restart
Posted: Thu Mar 26, 2020 3:25 pm
by meriscz
Thanks,
I find it on this path
sudo launchctl unload -w /Library/LaunchDaemons/org.foldingathome.fahclient.plist
Re: MacOS command line restart
Posted: Fri Mar 27, 2020 5:53 am
by Joe_H
I installed my client a few years, so it looks like it takes part of the filename from the download site. Was not aware of that aspect of the installer until this week.
Re: MacOS command line restart
Posted: Fri Mar 27, 2020 7:37 am
by calxalot
Since launchd will restart the client on macOS, you can instead use
FAHClient —send-command shutdown
Re: MacOS command line restart
Posted: Fri Mar 27, 2020 2:49 pm
by meriscz
If I try FAHClient —send-command shutdown
the client stack on unknown state and only reboot PC help me.