From fb7b89a1014dcbdbcfd4b0549cb1c738f5162b5a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 5 Apr 2023 12:54:38 +0200 Subject: [PATCH] added daemon reload to install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 24b1801..783baee 100755 --- a/install.sh +++ b/install.sh @@ -23,3 +23,4 @@ pip install -r requirements.txt mkdir upload' cp ./upfast.service /etc/systemd/system/upfast.service +systemctl daemon reload