0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-19 10:42:06 +00:00
2016-02-19 22:54:45 -06:00

14 lines
253 B
Desktop File

[Unit]
Description=Add random entropy from file
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
Before=systemd-udevd.service
[Service]
Type=oneshot
ExecStart=/usr/lib/entropy/add-entropy
RemainAfterExit=yes
[Install]
WantedBy=basic.target