From 83cf716ed5534dcfc26a3e0a6e8463979989772f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 2 Dec 2016 17:33:43 -0500 Subject: Populate launchd plist Add the necessary keys to the launchd plist to start the daemon application with the right properties on login. Used the Tunnelblick launchd plist as a reference. --- .../com.teddywing.Low-Battery-Yup.StartAtLogin.plist | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Low Battery Yup/com.teddywing.Low-Battery-Yup.StartAtLogin.plist b/Low Battery Yup/com.teddywing.Low-Battery-Yup.StartAtLogin.plist index 0c67376..37ece9c 100644 --- a/Low Battery Yup/com.teddywing.Low-Battery-Yup.StartAtLogin.plist +++ b/Low Battery Yup/com.teddywing.Low-Battery-Yup.StartAtLogin.plist @@ -1,5 +1,17 @@ - + + Label + com.teddywing.Low-Battery-Yup.StartAtLogin + ProgramArguments + + /usr/bin/open + /Applications/Low Battery Yup.app/Contents/Resources/Low Battery Yup.d.app + + LimitLoadToSessionType + Aqua + RunAtLoad + + -- cgit v1.2.3