mirror of
https://github.com/munki/munki.git
synced 2026-04-22 12:38:23 -05:00
Add launchdaemon for app_usage_monitor; add build of app_usage package to make_munki_mpkg.sh
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# only do this if we are installing to current startup volume
|
||||
if [ "$3" == "/" ]; then
|
||||
#(re-)load our LaunchDaemon
|
||||
/bin/launchctl unload /Library/LaunchDaemons/com.googlecode.munki.app_usage_monitor.plist
|
||||
/bin/launchctl load /Library/LaunchDaemons/com.googlecode.munki.app_usage_monitor.plist
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user