aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neard/neard.initd
blob: 84e0539398e5bea4a26e5ee10eabd6767a48960d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
supervisor=supervise-daemon

name="NFC"
command="/usr/libexec/nfc/neard"
command_args_foreground="--nodaemon"

depend() {
	after coldplug
	need dbus
}