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