diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-11 11:18:58 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-11 11:18:58 -0300 |
commit | 777c049258079127ca3625a0b4f9d2b2f27924f9 (patch) | |
tree | 5fdfae3d6ec063b58d855df055dcedcffb615b6f /pcr/audio-entropyd/audio-entropyd.service | |
parent | 786368508df89d4355bef325bd0121041afc4c52 (diff) | |
download | abslibre-777c049258079127ca3625a0b4f9d2b2f27924f9.tar.gz abslibre-777c049258079127ca3625a0b4f9d2b2f27924f9.tar.bz2 abslibre-777c049258079127ca3625a0b4f9d2b2f27924f9.zip |
gather entropy from audio
Diffstat (limited to 'pcr/audio-entropyd/audio-entropyd.service')
-rw-r--r-- | pcr/audio-entropyd/audio-entropyd.service | 10 |
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 |