mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 16:00:28 +01:00
11 lines
230 B
SYSTEMD
11 lines
230 B
SYSTEMD
|
[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
|