diff --git a/setup.sh b/setup.sh index 3de0938..be610c6 100644 --- a/setup.sh +++ b/setup.sh @@ -417,7 +417,7 @@ Type=oneshot ExecStart=/usr/bin/chmod 600 /boot/initramfs-linux.img EOF systemctl daemon-reload - systemctl enable --now "${path_unit}" + systemctl enable "${path_unit}" } function install_os_in_chroot () {