raspberrypi-eeprom/rpi-eeprom-update.service

12 lines
200 B
SYSTEMD
Raw Normal View History

2021-09-29 03:16:41 +08:00
[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