fix(os): Actually scratch daemon-reload, no daemon here to reload in a chroot (#1)

This commit is contained in:
hygienic-books 2023-02-21 03:46:27 +01:00
parent 0f6cc4aa13
commit 35dacb977c

View File

@ -416,7 +416,7 @@ Description=chmod initramfs to be root-read-writable only
Type=oneshot Type=oneshot
ExecStart=/usr/bin/chmod 600 /boot/initramfs-linux.img ExecStart=/usr/bin/chmod 600 /boot/initramfs-linux.img
EOF EOF
systemctl daemon-reload
systemctl enable "${path_unit}" systemctl enable "${path_unit}"
} }