1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02:00

Merge pull request #80 from ikidd/patch-1

Fixed service unit file spelling error
This commit is contained in:
Donald Zou 2021-09-09 12:35:44 -04:00 committed by GitHub
commit 349076599f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ In the `src` folder, it contained a file called `wg-dashboard.service`, we can u
```ini
[Unit]
After=netword.service
After=network.service
[Service]
WorkingDirectory=<your dashboard directory full path here>