Standardized launch agents and daemons labels

This commit is contained in:
Sun Knudsen 2022-04-05 07:33:00 -04:00
parent f96f5ef8af
commit 68d2f33b71
No known key found for this signature in database
GPG Key ID: 02C43AD072D57783
3 changed files with 3 additions and 3 deletions

View File

@ -388,7 +388,7 @@ cat << "EOF" > ~/Library/LaunchAgents/local.borg-wrapper.plist
<plist version="1.0">
<dict>
<key>Label</key>
<string>Borg Wrapper.app</string>
<string>local.borg-wrapper</string>
<key>ProgramArguments</key>
<array>

View File

@ -444,7 +444,7 @@ cat << "EOF" | sudo tee /Library/LaunchDaemons/local.pf.plist
<plist version="1.0">
<dict>
<key>Label</key>
<string>pf</string>
<string>local.pf</string>
<key>ProgramArguments</key>
<array>

View File

@ -96,7 +96,7 @@ cat << "EOF" | sudo tee /Library/LaunchDaemons/local.spoof.plist
<plist version="1.0">
<dict>
<key>Label</key>
<string>spoof</string>
<string>local.spoof</string>
<key>ProgramArguments</key>
<array>