From 777c049258079127ca3625a0b4f9d2b2f27924f9 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 11 Sep 2013 11:18:58 -0300 Subject: gather entropy from audio --- pcr/audio-entropyd/audio-entropyd.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcr/audio-entropyd/audio-entropyd.service (limited to 'pcr/audio-entropyd/audio-entropyd.service') 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 -- cgit v1.2.3