diff --git a/src/wg-dashboard.service b/src/wg-dashboard.service index 44b5c43..d6ca41f 100644 --- a/src/wg-dashboard.service +++ b/src/wg-dashboard.service @@ -5,7 +5,7 @@ ConditionPathIsDirectory=/etc/wireguard [Service] Environment="VIRTUAL_ENV={{VIRTUAL_ENV}}" WorkingDirectory={{APP_ROOT}} -ExecStart={{VIRTUAL_ENV}}/bin/python3 {{APP_ROOT}}dashboard.py +ExecStart={{VIRTUAL_ENV}}/bin/python3 {{APP_ROOT}}/dashboard.py PrivateTmp=yes Restart=always