mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-07 04:01:14 +00:00
v2.2-beta update
This commit is contained in:
11
src/wg-dashboard.service
Normal file
11
src/wg-dashboard.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
After=netword.service
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=<your dashboard directory full path here>
|
||||
ExecStart=/usr/bin/python3 <your dashboard directory full path here>dashboard.py
|
||||
Restart=always
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Reference in New Issue
Block a user