new year, new attempt…

this is how my initshwitch looks like:

#!/bin/sh /etc/rc.common

START=21

start() {
/usr/bin/switchaction &
}

Honestly I have no idea how to insert the code there, as there is now on/off defined in that code.