]> granicus.if.org Git - haveged/commitdiff
order after systemd-tmpfiles-setup-dev.service
authorChristian Hesse <mail@eworm.de>
Fri, 20 Sep 2019 09:26:32 +0000 (11:26 +0200)
committerChristian Hesse <mail@eworm.de>
Fri, 20 Sep 2019 09:26:32 +0000 (11:26 +0200)
This is required when starting in early userspace, for example booting
without initramfs.

init.d/service.fedora

index fdc7bae9617feff8a92cd8c9c66cef7a6e52fca3..ab46d019ed0c297920132b1aec8fe2a6b0364ec1 100644 (file)
@@ -3,6 +3,7 @@ Description=Entropy Daemon based on the HAVEGE algorithm
 Documentation=man:haveged(8) http://www.issihosts.com/haveged/
 DefaultDependencies=no
 ConditionVirtualization=!container
+After=systemd-tmpfiles-setup-dev.service
 Before=sysinit.target shutdown.target systemd-journald.service
 
 [Service]