raspberrypi-eeprom/rpi-eeprom-update.service
2021-09-29 17:55:14 +08:00

12 lines
200 B
Desktop File

[Unit]
Description=Check for Raspberry Pi EEPROM updates
After=boot.mount
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/bin/rpi-eeprom-update -s -a
[Install]
WantedBy=multi-user.target