diff options
Diffstat (limited to 'init.d/service.suse')
-rw-r--r-- | init.d/service.suse | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/init.d/service.suse b/init.d/service.suse deleted file mode 100644 index 34d387c..0000000 --- a/init.d/service.suse +++ /dev/null @@ -1,19 +0,0 @@ -[Unit] -Description=Entropy Daemon based on the HAVEGE algorithm -Documentation=man:haveged(8) http://www.issihosts.com/haveged/ -DefaultDependencies=no -ConditionVirtualization=!container -#Conflicts=shutdown.target -# Don't wait for systemd-random-seed.service, leads to deadlock with fips=1 -#After=systemd-random-seed.service -Before=sysinit.target shutdown.target systemd-journald.service - -[Service] -ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F -CapabilityBoundingSet=CAP_SYS_ADMIN CAP_SYS_CHROOT -PrivateNetwork=yes -Restart=always -SuccessExitStatus=137 143 - -[Install] -WantedBy=sysinit.target |