↧
Answer by klanomath for Launchd won't execute a bindfs command
The bindfs process has to be started with root privileges. Launching it as agent would prevent this.So sudo launchctl unload ... and sudo launchctl remove ... (the subcommand remove removes the agent...
View ArticleLaunchd won't execute a bindfs command
I want to use launchd to run bindfs commands at login, as root. I have a plist in /Library/LaunchAgents/loginsftpjailmount.plist (with chmod 600) and a shell script in...
View Article