5 lines
116 B
Text
5 lines
116 B
Text
|
#!/bin/sh
|
||
|
sv check dbus >/dev/null || exit 1
|
||
|
[ -r conf ] && . ./conf
|
||
|
exec /usr/libexec/nfc/seeld --nodaemon ${OPTS}
|