spare-time-admin
Cadet
- Joined
- Aug 8, 2020
- Messages
- 2
Take example NFS service.
I have a bit of a problem situation which requires restarting NFS service via webGUI to solve.
I've tried to set up watcher script waiting for a dependency and automatically running
What does toggling service status in freenas web interface do exactly?
I have a bit of a problem situation which requires restarting NFS service via webGUI to solve.
I've tried to set up watcher script waiting for a dependency and automatically running
service nfsd restart
once dependency is available, however this does not seem to be enough for some reason (running that manually won't do either) - which is why I'm wondering.What does toggling service status in freenas web interface do exactly?
If you wonder, the problem is that I have active directory domain credentials for some nfs mounts due to cross platform uses, and active directory is not always available when system comes up until a bit later -> mounts fail until then.