summaryrefslogtreecommitdiff
path: root/community/haveged/haveged.service
blob: 6803a0dec942ea27a191dd4e4331fec4a7dab10e (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/sbin/haveged -w 1024 -v 1
PIDFile=/var/run/haveged.pid

[Install]
WantedBy=multi-user.target