Files
rpi-eeprom/debian/rpi-eeprom.rpi-eeprom-update.service
2019-11-20 13:20:37 +00:00

12 lines
197 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 -a
[Install]
WantedBy=multi-user.target