14 lines
253 B
SYSTEMD
14 lines
253 B
SYSTEMD
|
[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
|