diff options
Diffstat (limited to 'init.d/service.forking')
-rw-r--r-- | init.d/service.forking | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/init.d/service.forking b/init.d/service.forking new file mode 100644 index 0000000..25492ff --- /dev/null +++ b/init.d/service.forking @@ -0,0 +1,11 @@ +[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 |