Skip to content

Commit

Permalink
Update installation-macos-pkg.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander authored Apr 2, 2022
1 parent 9839c79 commit 5b489c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions installation-macos-pkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ sudo installer -pkg /path/to/yggdrasil-xxx-macos.pkg -target /
Once completed, the Yggdrasil configuration will have automatically been
generated, the `launchd` service will have been installed and the service will
be running.

## Managing the Yggdrasil service

Yggdrasil runs under `launchd` so it will run automatically at startup and will restart if the process is killed.

To stop the service or prevent it from starting automatically, use `launchctl` to unload the service:
```
sudo launchctl unload /Library/LaunchDaemons/yggdrasil.plist
```

To start it again, load the service:
```
sudo launchctl load /Library/LaunchDaemons/yggdrasil.plist
```

0 comments on commit 5b489c8

Please sign in to comment.