mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-14 11:07:20 +02:00
systemd: throw in rngd although shouldn't be needed since kernel 5.6
This commit is contained in:
parent
99c7f2ff9f
commit
4cb4d2e888
@ -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.timer
|
||||
ExecStartPre=-systemctl enable linuxbrew-permissions.timer
|
||||
ExecStartPre=-systemctl enable --now rngd.service
|
||||
ExecStartPre=-systemctl enable --now linuxbrew-permissions.service
|
||||
ExecStartPre=-systemctl enable --now unbound.service
|
||||
ExecStartPre=-systemctl enable --now systemd-resolved.service
|
||||
|
1
etc/systemd/system/haveged.service.d/rngd-wanted.conf
Symbolic link
1
etc/systemd/system/haveged.service.d/rngd-wanted.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../service.d/rngd-wanted.conf
|
1
etc/systemd/system/sddm.service.d/rngd-wanted.conf
Symbolic link
1
etc/systemd/system/sddm.service.d/rngd-wanted.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../service.d/rngd-wanted.conf
|
2
etc/systemd/system/service.d/rngd-wanted.conf
Normal file
2
etc/systemd/system/service.d/rngd-wanted.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
Wants=rngd.service
|
Loading…
x
Reference in New Issue
Block a user