mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-17 00:24:49 -04:00
9 lines
146 B
Bash
Executable file
9 lines
146 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
identifier="com.ninxsoft.mist.helper"
|
|
|
|
launchctl bootstrap system "/Library/LaunchDaemons/$identifier.plist"
|
|
|
|
exit 0
|