5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 21:52:31 +00:00

Update platforms.md

This commit is contained in:
Neil Alexander 2018-06-13 23:31:52 +01:00 committed by GitHub
parent dde252affb
commit 5655e9f71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
## Linux ## Linux
- Should work out of the box on most Linux distributions with `iproute2` installed. - Should work out of the box on most Linux distributions.
- systemd service scripts are included in the `contrib/systemd/` folder so that it runs automatically in the background (using `/etc/yggdrasil.conf` for configuration), copy the service files into `/etc/systemd/system`, copy `yggdrasil` into your `$PATH`, i.e. `/usr/bin`, and then enable the service: - systemd service scripts are included in the `contrib/systemd/` folder so that it runs automatically in the background (using `/etc/yggdrasil.conf` for configuration), copy the service files into `/etc/systemd/system`, copy `yggdrasil` into your `$PATH`, i.e. `/usr/bin`, and then enable the service:
``` ```
systemctl enable yggdrasil systemctl enable yggdrasil
@ -13,6 +13,7 @@ systemctl start yggdrasil
systemctl status yggdrasil systemctl status yggdrasil
journalctl -u yggdrasil journalctl -u yggdrasil
``` ```
- If you are running a Debian-based system (including Ubuntu and elementaryOS), you may instead prefer to use the [automatically built](builds.md) Debian packages. These install the systemd scripts and generate a configuration file into `/etc/yggdrasil.conf` automatically, and can be easily upgraded when needed.
## macOS ## macOS