mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 04:52:27 +01:00
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
#!/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
|
|
}
|