From a9aaad1aa9acd00bcb98164ef438338533a8cc63 Mon Sep 17 00:00:00 2001 From: Sayed Ali Alawi <75791634+oldhunterr@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:11:14 +0300 Subject: [PATCH] Update petio-install.sh Remove Line: systemctl daemon-reload "as not needed" --- install/petio-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/petio-install.sh b/install/petio-install.sh index 4e171175..f4b5dc86 100644 --- a/install/petio-install.sh +++ b/install/petio-install.sh @@ -63,7 +63,6 @@ User=petio [Install] WantedBy=multi-user.target EOF -systemctl daemon-reload systemctl enable -q --now petio.service msg_ok "Created Service"