blob: 8a7e032bd11f6cc11faea211207a13405ecaa91a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/sbin/openrc-run
supervisor=supervise-daemon
name="NFC"
description="Near Field Communication manager daemon"
command="/usr/libexec/nfc/neard"
command_args_foreground="--nodaemon"
depend() {
after coldplug
need dbus
}
|