mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
13 lines
306 B
Desktop File
13 lines
306 B
Desktop File
[Unit]
|
|
Description=Save random entropy at shutdown
|
|
DefaultDependencies=no
|
|
Before=systemd-poweroff.service systemd-reboot.service systemd-halt.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/entropy/add-random-at-shutdown
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=poweroff.target reboot.target halt.target
|