Look for OPTARGS variable in /etc/default/weston
and set it as weston's service default options.
This can be used to force system's supported backend.
Change-Id: I0562c9326df5b46226093199873ef58d77aeae75
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# Default-Stop: 0 1 6
### END INIT INFO
+if test -e /etc/default/weston ; then
+ . /etc/default/weston
+fi
+
killproc() {
pid=`/bin/pidof $1`
[ "$pid" != "" ] && kill $pid
chmod 0700 $XDG_RUNTIME_DIR
fi
- openvt -s weston
+ openvt -s weston -- $OPTARGS
;;
stop)