mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 11:56:18 +00:00
14 lines
253 B
Desktop File
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
|