mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-15 09:36:59 +00:00
11 lines
230 B
Desktop File
11 lines
230 B
Desktop File
[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 |