diff --git a/etc/systemd/system/aminda-nocron-reboot.service b/etc/systemd/system/aminda-nocron-reboot.service index 24b00d8a..a1fefbce 100644 --- a/etc/systemd/system/aminda-nocron-reboot.service +++ b/etc/systemd/system/aminda-nocron-reboot.service @@ -14,6 +14,8 @@ ExecStartPre=-echo 1 > /sys/devices/system/cpu/microcode/reload ExecStartPre=-systemctl enable aminda-nocron-rebootish.service ExecStartPre=-systemctl enable aminda-nocron-rebootish.timer ExecStartPre=-systemctl enable linuxbrew-permissions.timer +# In case we do have cron? +ExecStartPre=-systemctl enable --now crond.service ExecStartPre=-systemctl enable --now linuxbrew-permissions.service ExecStartPre=-systemctl enable --now rngd.service ExecStartPre=-systemctl enable --now haveged.service