2018-03-11 15:59:09 +00:00
|
|
|
#!/sbin/openrc-run
|
|
|
|
|
2018-05-13 06:27:04 +00:00
|
|
|
depend() {
|
2018-05-16 04:18:14 +00:00
|
|
|
after udev-settle
|
2018-05-13 06:27:04 +00:00
|
|
|
}
|
|
|
|
|
2018-03-11 15:59:09 +00:00
|
|
|
# libqipcrtr4msmipc.so may not be present, on devices that don't need it
|
|
|
|
export LD_PRELOAD=/usr/lib/preload/libqipcrtr4msmipc.so
|
|
|
|
|
|
|
|
command="/bin/sh"
|
2019-09-03 12:50:43 +00:00
|
|
|
command_args="-c 'exec /usr/sbin/qcom_rmtfs -P -r -s -v 2>&1 | logger -t qcom_rmtfs'"
|
2018-03-11 15:59:09 +00:00
|
|
|
command_background="yes"
|
|
|
|
|
|
|
|
pidfile="/var/run/${SVCNAME}.pid"
|