Skip to content

Commit

Permalink
Merge pull request #121 from kevinmcox/LaunchDaemon-logging
Browse files Browse the repository at this point in the history
Update com.grahamgilbert.crypt.plist
  • Loading branch information
grahamgilbert authored Apr 24, 2024
2 parents dcc2ea5 + 7543916 commit 643dc5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Crypt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 8 additions & 0 deletions Package/com.grahamgilbert.crypt.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/log/crypt.log</string>
<key>StandardOutPath</key>
<string>/var/log/crypt.log</string>
<key>WatchPaths</key>
<array>
<string>/var/root/crypt_output.plist</string>
</array>
<key>StartInterval</key>
<integer>120</integer>
</dict>
Expand Down

0 comments on commit 643dc5e

Please sign in to comment.