WGDashboard/src/wg-dashboard.service

11 lines
230 B
SYSTEMD
Raw Normal View History

2021-08-03 18:45:40 -04:00
[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