4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-27 16:59:25 +00:00

Updates to macOS and Windows platform pages

This commit is contained in:
Neil Alexander
2018-04-22 13:41:08 +01:00
parent 02bdcb1b2d
commit 77b17fbb07
3 changed files with 77 additions and 28 deletions

View File

@ -44,9 +44,9 @@ Alternatively, start Yggdrasil in auto-configuration mode:
sudo nohup yggdrasil -autoconf &
```
### Run as a system service
### Run as a background service
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.
Running as a background 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 using the launchd scripts in the Git repository:
```