While working on a way for a user to run radmind on demand without logging out, I started playing with launchd jobs.
radmind needs to run as root to do its thing, and I need an unprivileged user to be able to tell radmind to run. For most users, I accomplish that with a logout [...]