From 5655e9f71e57d41a6c439a49ea6efecc7d48372a Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 13 Jun 2018 23:31:52 +0100 Subject: [PATCH] Update platforms.md --- platforms.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms.md b/platforms.md index df7e8b1..799d829 100644 --- a/platforms.md +++ b/platforms.md @@ -2,7 +2,7 @@ ## 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: ``` systemctl enable yggdrasil @@ -13,6 +13,7 @@ systemctl start yggdrasil systemctl status 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