2021-02-18 17:31:23 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Reconfigure raspi-firmware to regenerate config.txt matching actual hardware
|
2021-04-24 23:14:42 +01:00
|
|
|
Before=sysinit.target
|
2021-02-18 17:31:23 +00:00
|
|
|
DefaultDependencies=no
|
|
|
|
RequiresMountsFor=/boot/firmware
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
TimeoutSec=infinity
|
|
|
|
ExecStart=/usr/sbin/dpkg-reconfigure raspi-firmware
|
|
|
|
ExecStart=/bin/systemctl --no-reload disable %n
|
|
|
|
|
|
|
|
[Install]
|
2021-04-24 23:14:42 +01:00
|
|
|
RequiredBy=sysinit.target
|