From 9e77430634a4d886da7063a7d77b8c321b536dbd Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Tue, 21 Dec 2021 13:52:08 -0500 Subject: [PATCH] Added Slash --- src/wg-dashboard.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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