Ticket #18021: launchd.plist

File launchd.plist, 747 bytes (added by lassi.tuura@…, 15 years ago)
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>/bin/sh</string>
14    <string>-c</string>
15    <string>PATH=/opt/local/bin:$PATH /opt/local/bin/logwatch --mailto 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>