diff options
Diffstat (limited to 'testing/neard/neard.initd')
-rw-r--r-- | testing/neard/neard.initd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/neard/neard.initd b/testing/neard/neard.initd new file mode 100644 index 0000000000..84e0539398 --- /dev/null +++ b/testing/neard/neard.initd @@ -0,0 +1,11 @@ +#!/sbin/openrc-run +supervisor=supervise-daemon + +name="NFC" +command="/usr/libexec/nfc/neard" +command_args_foreground="--nodaemon" + +depend() { + after coldplug + need dbus +} |