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 + +