Files
rpi-eeprom/debian/rpi-eeprom.rpi-eeprom-update.service
2019-09-10 15:23:25 +01:00

11 lines
180 B
Desktop File

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