#!/bin/sh /etc/rc.common
#
# Copyright (C) 2016-2019, 2022 The slide-switch authors
# https://github.com/jefferyto/openwrt-slide-switch
#
# slide-switch is free software, licensed under the GNU General Public License v2.
#

START=99

boot() {
	"/usr/sbin/slide-switch" --log=syslog update --force
}
