diff options
Diffstat (limited to 'pcr/video_entropyd/video_entropyd.service')
-rw-r--r-- | pcr/video_entropyd/video_entropyd.service | 9 |
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 |