summarylogtreecommitdiffstats
path: root/csprngd.service
blob: 69a72e18b047ea08d3a914ff45d179e340277849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#Official upstream file from program maintainer
[Unit]
Description=Entropy Daemon based on the Cryptographically Secure Pseudorandom Number Generator
Documentation=man:csprngd(8) https://code.google.com/p/csrng

[Service]
Type=forking
PIDFile=/run/csprngd.pid
ExecStart=/usr/bin/csprngd --derivation_function --additional_source=SHA1_RNG -p /run/csprngd.pid 

[Install]
WantedBy=multi-user.target