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

Fixed service unit file spelling error

This commit is contained in:
ikidd 2021-09-08 20:36:53 -06:00 committed by GitHub
parent 6f2d61e918
commit 92d299507f
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>