summaryrefslogtreecommitdiff
path: root/pcr/audio-entropyd/audio-entropyd.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/audio-entropyd/audio-entropyd.service')
-rw-r--r--pcr/audio-entropyd/audio-entropyd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/audio-entropyd/audio-entropyd.service b/pcr/audio-entropyd/audio-entropyd.service
new file mode 100644
index 000000000..feff7cae4
--- /dev/null
+++ b/pcr/audio-entropyd/audio-entropyd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Gathering entropy from audio
+After=sound.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/audio-entropyd
+
+[Install]
+WantedBy=multi-user.target