allwinner-midware/app/InitScript/r311-pv1/neteasedbus.init

19 lines
303 B
Plaintext
Raw Permalink Normal View History

2018-09-04 12:07:33 +00:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=60
STOP=60
USE_PROCD=1
LOG=/tmp/netease.init.log
DBUS_SESSION_FILE=/tmp/dbus-session.env
create_dbus_env() {
dbus-daemon --session --print-address >> $DBUS_SESSION_FILE &
sync
}
start_service() {
create_dbus_env
}