Update make_munki_mpkg.sh (#1223)

norestart for launchd component package
This commit is contained in:
Rob Renstrom
2024-07-18 10:22:51 -07:00
committed by GitHub
parent 12d997569b
commit cc7252d0dc

View File

@@ -102,7 +102,7 @@ do
"A")
AUTORUNPKG=YES
;;
"R")
"R")
ROSETTA2=YES
;;
"T")
@@ -624,7 +624,7 @@ if [ -d "$MUNKIROOT/code/tools/pkgresources/launchd_cleanup_scripts/" ] ; then
fi
# Create package info file.
makeinfo launchd "$PKGTMP/info" restart
makeinfo launchd "$PKGTMP/info" norestart
#######################
@@ -748,7 +748,7 @@ if [ "$AUTORUNPKG" == "YES" ] ; then
# Create package info file.
makeinfo autorun "$PKGTMP/info" norestart
fi