mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Fix logrotate launchd config
This commit is contained in:
@@ -8,16 +8,10 @@
|
||||
<string>me.jimeh.logrotate</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>~/.dotfiles/bin/logrotate-ex</string>
|
||||
<string>sh</string>
|
||||
<string>-c</string>
|
||||
<string>$HOME/.dotfiles/bin/logrotate-ex</string>
|
||||
</array>
|
||||
<key>EnableGlobbing</key>
|
||||
<true/>
|
||||
<!-- -->
|
||||
<key>StandardOutPath</key>
|
||||
<string>~/Library/Logs/logrotate-ex.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>~/Library/Logs/logrotate-ex.error.log</string>
|
||||
<!-- -->
|
||||
<key>RunAtLoad</key>
|
||||
<false/>
|
||||
<key>EnvironmentVariables</key>
|
||||
|
||||
Reference in New Issue
Block a user