From c7767d458ddfe934e9c1175631302a804bb704a6 Mon Sep 17 00:00:00 2001 From: Philipp Vincent Ebert <29581161+PhilVince96@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:35:03 +0200 Subject: [PATCH] Added pueued.plist Added pueued.plist file which contains comments on how to launch the daemon on macOS with launchd. --- utils/pueued.plist | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 utils/pueued.plist diff --git a/utils/pueued.plist b/utils/pueued.plist new file mode 100644 index 00000000..0aaec790 --- /dev/null +++ b/utils/pueued.plist @@ -0,0 +1,23 @@ + + + + + + + + + + + + + Label + pueued + ProgramArguments + + /opt/homebrew/bin/pueued + -vv + + RunAtLoad + + +