From d02250c94dcff9ad175b4d95f952e65ce659c160 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 16 Feb 2018 14:19:26 +0000 Subject: [PATCH] Update README.md for Linux/systemd too --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a51efdc..45c39a2 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,12 @@ In the interest of testing the TCP machinery, it's set to create TCP connections #### Linux - Should work out of the box on most Linux distributions with `iproute2` installed. -- 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` - - 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 start yggdrasil ``` - - Read the `yggdrasil` output: +- Once installed as a systemd service, you can read the `yggdrasil` output: ``` systemctl status yggdrasil journalctl -u yggdrasil