diff options
Diffstat (limited to 'community/haveged/service')
-rw-r--r-- | community/haveged/service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/haveged/service b/community/haveged/service new file mode 100644 index 000000000..676fb1893 --- /dev/null +++ b/community/haveged/service @@ -0,0 +1,11 @@ +[Unit] +Description=Entropy Harvesting Daemon +Documentation=man:haveged(8) + +[Service] +Type=forking +ExecStart=/usr/bin/haveged -w 1024 -v 1 +PIDFile=/var/run/haveged.pid + +[Install] +WantedBy=multi-user.target |