summaryrefslogtreecommitdiff
path: root/pcr/video_entropyd/video_entropyd.service
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-09-11 11:23:56 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-09-11 11:23:56 -0300
commit10f6d40e71d8d0450007e3e6be19db673f449652 (patch)
tree88bb5475b09b3b0b0a46de78cedc02fa9362d468 /pcr/video_entropyd/video_entropyd.service
parent777c049258079127ca3625a0b4f9d2b2f27924f9 (diff)
gather entropy from video devices
Diffstat (limited to 'pcr/video_entropyd/video_entropyd.service')
-rw-r--r--pcr/video_entropyd/video_entropyd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/video_entropyd/video_entropyd.service b/pcr/video_entropyd/video_entropyd.service
new file mode 100644
index 000000000..1dfef410a
--- /dev/null
+++ b/pcr/video_entropyd/video_entropyd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Gathering entropy from video
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/video_entropyd
+
+[Install]
+WantedBy=multi-user.target