summaryrefslogtreecommitdiff
path: root/dev-embedded/rpi-eeprom/files/init.d_rpi-eeprom-update-1
blob: c7570c344f39fcd7cbc23bf92f44dda678468124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/sbin/openrc-run
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Set configuration in /etc/conf.d/rpi-eeprom-update

description="Raspberry Pi 4 bootloader and VL805 USB controller updater"
command="/usr/sbin/rpi-eeprom-update"
command_args="-a"

depend() {
	need localmount
}

stop() {
        # Nothing to stop
        return 0;
}