update raspi readme

This commit is contained in:
Christoph Haas 2020-12-18 22:00:01 +01:00
parent 4dd7f7b14b
commit 6fd4089766
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ The compiled binary and all necessary assets will be located in the dist folder.
- ExecStart - ExecStart
- EnvironmentFile - EnvironmentFile
- Update environment variables in the `wg-portal.env` file to fit your needs - 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: - Link the system service file to the correct folder:
- `sudo ln -s /opt/wg-portal/wg-portal.service /etc/systemd/system/wg-portal.service` - `sudo ln -s /opt/wg-portal/wg-portal.service /etc/systemd/system/wg-portal.service`
- Reload the systemctl daemon: - Reload the systemctl daemon: