mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-02 19:26:59 +00: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
|