Ticket #18021: org.macports.logwatch.plist

File org.macports.logwatch.plist, 702 bytes (added by nerdling (Jeremy Lavergne), 15 years ago)

since i had suggested looking at pspp, i was informed that these should be included in ./files

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE plist PUBLIC '-//Apple Computer//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
3<plist version='1.0'>
4<dict>
5  <key>Label</key>
6  <string>org.macports.logwatch</string>
7  <key>LowPriorityIO</key>
8  <true/>
9  <key>Nice</key>
10  <integer>1</integer>
11  <key>ProgramArguments</key>
12  <array>
13    <string>@PREFIX@/bin/logwatch</string>
14        <string>--mailto</string>
15        <string>root</string>
16  </array>
17  <key>ServiceDescription</key>
18  <string>Periodic run of logwatch</string>
19  <key>StartCalendarInterval</key>
20  <dict>
21    <key>Hour</key>
22    <integer>1</integer>
23    <key>Minute</key>
24    <integer>12</integer>
25  </dict>
26</dict>
27</plist>