How to autostart NFS?
-
I can start NFS manually by
service rpcbind start service nfsd start
but they don't start automaticall. Changing /etc/rc.conf.local doesn't help
Running
service rpcbind enable
also doesn't help, although writes it had enabled service in /etc/rc.conf.local
What else can be done?
-
pfSense doesn't use the FreeBSD rc system so you can't do something like that.
What you can do is add your own script in /usr/local/etc/rc.d
See: https://docs.netgate.com/pfsense/en/latest/development/boot-commands.html#shell-script-optionSteve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.