From 8aa2f6ea44917fd0643770f383aa803801ffc198 Mon Sep 17 00:00:00 2001
From: hygienic-books <hygienic-books@tentic.net>
Date: Tue, 21 Feb 2023 03:39:18 +0100
Subject: [PATCH] fix(os): After adding new systemd unit files we need to
 daemon-reload (#1)

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 7142e16..3de0938 100644
--- a/setup.sh
+++ b/setup.sh
@@ -416,7 +416,7 @@ Description=chmod initramfs to be root-read-writable only
 Type=oneshot
 ExecStart=/usr/bin/chmod 600 /boot/initramfs-linux.img
 EOF
-
+    systemctl daemon-reload
     systemctl enable --now "${path_unit}"
 }