mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 15:39:08 +00:00
5 lines
168 B
Bash
Executable File
5 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
chown root:wheel /Library/LaunchDaemons/ch.ringwald.BTstack.plist
|
|
/bin/launchctl load /Library/LaunchDaemons/ch.ringwald.BTstack.plist 2&> /dev/null
|
|
exit 0
|