summaryrefslogtreecommitdiff
path: root/community/rng-tools/rngd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/rng-tools/rngd.service')
-rw-r--r--community/rng-tools/rngd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/rng-tools/rngd.service b/community/rng-tools/rngd.service
new file mode 100644
index 000000000..87185bc32
--- /dev/null
+++ b/community/rng-tools/rngd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Hardware RNG Entropy Gatherer Daemon
+
+[Service]
+EnvironmentFile=/etc/conf.d/rngd
+ExecStart=/usr/sbin/rngd -f $RNGD_OPTS
+
+[Install]
+WantedBy=multi-user.target