summaryrefslogtreecommitdiff
path: root/community/haveged/service
blob: 676fb1893a257eb1f7531c2185a427a209c25a2a (plain)
1
2
3
4
5
6
7
8
9
10
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