From 9d916eb3ed2b1d6ed1bcf962fd16956afa21c5f9 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 11 Mar 2018 23:04:12 +0000 Subject: [PATCH] Update platform-macos.md --- platform-macos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform-macos.md b/platform-macos.md index 0e8d8f5..0620483 100644 --- a/platform-macos.md +++ b/platform-macos.md @@ -48,12 +48,13 @@ sudo nohup yggdrasil -autoconf & Running as a system service means that Yggdrasil will automatically start up in the background when your Mac boots. It also ensures that Yggdrasil will be restarted automatically if the process is terminated for some reason. -Assuming that Yggdrasil is installed into `/usr/bin` and your configuration *already exists* in `/etc`, as above, then you can install Yggdrasil as a launchd service: +Assuming that Yggdrasil is installed into `/usr/bin` and your configuration *already exists* in `/etc`, as above, then you can install Yggdrasil as a launchd service using the launchd scripts in the Git repository: ``` cd /path/to/yggdrasil-go sudo cp contrib/macos/yggdrasil.plist /Library/LaunchDaemons/ sudo launchctl load /Library/LaunchDaemons/ ``` +When using the launchd scripts from the repository, standard output is logged to `/tmp/yggdrasil.stdout.log` and error output is logged to `/tmp/yggdrasil.stderr.log`. ## Build instructions