I've created a launch daemon (no KeepAlive, but RunAtLoad is true) that runs a script at boot time that essentially does this:
mkdir /Volumes/homes
/sbin/mount_nfs nnn.nnn.nnn.nnn:/homes /Volumes/homes
Background (why I've done this)
1) The users don't have to logon to the NAS separately. The...
I have created a LaunchDaemon service which runs a application
sudo launchctl load /Library/LaunchDaemons/com.testapp.plist
Here is my com.testapp.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"...