From 12fc157b2e473e9496e8b5121afa6e892f79cb6b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 31 May 2024 12:31:34 +1000 Subject: [PATCH] Add launchd for mpdpopm daemon --- Library/LaunchAgents/me.00dani.mpdpopm.plist | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/LaunchAgents/me.00dani.mpdpopm.plist diff --git a/Library/LaunchAgents/me.00dani.mpdpopm.plist b/Library/LaunchAgents/me.00dani.mpdpopm.plist new file mode 100644 index 0000000..8784a5e --- /dev/null +++ b/Library/LaunchAgents/me.00dani.mpdpopm.plist @@ -0,0 +1,17 @@ + + + + + KeepAlive + + Label + me.00dani.mpdpopm + ProgramArguments + + /Users/dani/bin/mppopmd + -F + + RunAtLoad + + +