diff --git a/setup.sh b/setup.sh index be610c6..a3a97a8 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 "${path_unit}" }