mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix logrotate launchd config
This commit is contained in:
@@ -8,16 +8,10 @@
|
|||||||
<string>me.jimeh.logrotate</string>
|
<string>me.jimeh.logrotate</string>
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>~/.dotfiles/bin/logrotate-ex</string>
|
<string>sh</string>
|
||||||
|
<string>-c</string>
|
||||||
|
<string>$HOME/.dotfiles/bin/logrotate-ex</string>
|
||||||
</array>
|
</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>
|
<key>RunAtLoad</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>EnvironmentVariables</key>
|
<key>EnvironmentVariables</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user