From 55e4c33169155899e6cfd35ad10a425bfc44e025 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 11 Mar 2018 22:53:55 +0000 Subject: [PATCH] Add launchd script for macOS to contrib --- contrib/macos/yggdrasil.plist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contrib/macos/yggdrasil.plist diff --git a/contrib/macos/yggdrasil.plist b/contrib/macos/yggdrasil.plist new file mode 100644 index 0000000..f6afbc9 --- /dev/null +++ b/contrib/macos/yggdrasil.plist @@ -0,0 +1,24 @@ + + + + + Label + yggdrasil + ProgramArguments + + sh + -c + /usr/bin/yggdrasil -useconf < /etc/yggdrasil.conf + + KeepAlive + + RunAtLoad + + ProcessType + Interactive + StandardOutPath + /tmp/yggdrasil.stdout.log + StandardErrorPath + /tmp/yggdrasil.stderr.log + +