diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-13 02:45:38 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-13 02:45:38 -0500 |
commit | 1e78a7b5661a3c11302066262cd250776c83c656 (patch) | |
tree | 6c604a584e6456c344bcf2acb49771edee5ad347 /user/bluez/bluetooth.initd | |
parent | ff4cd7d31f2a18039e2ce40960a595d7628f566a (diff) | |
download | packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.gz packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.bz2 packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.xz packages-1e78a7b5661a3c11302066262cd250776c83c656.zip |
user/bluez: pull in, bump, fix up
Diffstat (limited to 'user/bluez/bluetooth.initd')
-rw-r--r-- | user/bluez/bluetooth.initd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/bluez/bluetooth.initd b/user/bluez/bluetooth.initd new file mode 100644 index 000000000..ee40153ec --- /dev/null +++ b/user/bluez/bluetooth.initd @@ -0,0 +1,13 @@ +#!/sbin/openrc-run + +name="Bluetooth" +command="/usr/lib/bluetooth/bluetoothd" +pidfile="/var/run/bluetoothd.pid" +start_stop_daemon_args="--background --make-pidfile" + + +depend() { + after coldplug + need dbus localmount hostname +} + |