mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
240 B
SYSTEMD
14 lines
240 B
SYSTEMD
|
[Unit]
|
||
|
Description=Entropy Harvesting Daemon
|
||
|
Documentation=man:haveged(8)
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/haveged -F -w 1024 -v 1
|
||
|
SuccessExitStatus=143
|
||
|
ProtectSystem=full
|
||
|
ProtectHome=on
|
||
|
PrivateNetwork=on
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|