diff options
Diffstat (limited to 'init.d/service.redhat')
-rw-r--r-- | init.d/service.redhat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init.d/service.redhat b/init.d/service.redhat new file mode 100644 index 0000000..c061add --- /dev/null +++ b/init.d/service.redhat @@ -0,0 +1,10 @@ +[Unit] +Description=Entropy Daemon based on the HAVEGE algorithm + +[Service] +Type=forking +PIDFile=/run/haveged.pid +ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 + +[Install] +WantedBy=multi-user.target |