systemd: throw in rngd although shouldn't be needed since kernel 5.6

This commit is contained in:
Aminda Suomalainen 2025-05-20 11:11:27 +03:00
parent 99c7f2ff9f
commit 4cb4d2e888
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
4 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@ ExecStartPre=-echo 1 > /sys/devices/system/cpu/microcode/reload
ExecStartPre=-systemctl enable aminda-nocron-rebootish.service ExecStartPre=-systemctl enable aminda-nocron-rebootish.service
ExecStartPre=-systemctl enable aminda-nocron-rebootish.timer ExecStartPre=-systemctl enable aminda-nocron-rebootish.timer
ExecStartPre=-systemctl enable linuxbrew-permissions.timer ExecStartPre=-systemctl enable linuxbrew-permissions.timer
ExecStartPre=-systemctl enable --now rngd.service
ExecStartPre=-systemctl enable --now linuxbrew-permissions.service ExecStartPre=-systemctl enable --now linuxbrew-permissions.service
ExecStartPre=-systemctl enable --now unbound.service ExecStartPre=-systemctl enable --now unbound.service
ExecStartPre=-systemctl enable --now systemd-resolved.service ExecStartPre=-systemctl enable --now systemd-resolved.service

View File

@ -0,0 +1 @@
../service.d/rngd-wanted.conf

View File

@ -0,0 +1 @@
../service.d/rngd-wanted.conf

View File

@ -0,0 +1,2 @@
[Unit]
Wants=rngd.service