diff options
Diffstat (limited to 'init.d/service.forking')
-rw-r--r-- | init.d/service.forking | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/init.d/service.forking b/init.d/service.forking deleted file mode 100644 index 25492ff..0000000 --- a/init.d/service.forking +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Entropy Daemon based on the HAVEGE algorithm -Documentation=man:haveged(8) http://www.issihosts.com/haveged/ - -[Service] -Type=forking -PIDFile=/run/haveged.pid -ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 -p /run/haveged.pid - -[Install] -WantedBy=multi-user.target |