From 6fd40897665dbbd2109c34c1114e8e04c1fdcdc5 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 18 Dec 2020 22:00:01 +0100 Subject: [PATCH] update raspi readme --- README-RASPBERRYPI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-RASPBERRYPI.md b/README-RASPBERRYPI.md index a8b6914..fdaadf4 100644 --- a/README-RASPBERRYPI.md +++ b/README-RASPBERRYPI.md @@ -31,6 +31,8 @@ The compiled binary and all necessary assets will be located in the dist folder. - ExecStart - EnvironmentFile - Update environment variables in the `wg-portal.env` file to fit your needs + - Make sure that the binary application file is executable + - `sudo chmod +x /opt/wg-portal/wg-portal-*` - Link the system service file to the correct folder: - `sudo ln -s /opt/wg-portal/wg-portal.service /etc/systemd/system/wg-portal.service` - Reload the systemctl daemon: