Ticket #42856: org.macports.bro.plist
File org.macports.bro.plist, 512 bytes (added by jul_bsd@…, 11 years ago) |
---|
Line | |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE plist PUBLIC "-//Apple//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>com.macports.bro</string> |
7 | <key>Username</key> |
8 | <string>root</string> |
9 | <key>ProgramArguments</key> |
10 | <array> |
11 | <string>%%PREFIX%%/bin/broctl</string> |
12 | <string>cron</string> |
13 | </array> |
14 | <key>StartInterval</key> |
15 | <!-- default 1 day --> |
16 | <integer>86400</integer> |
17 | </dict> |
18 | </plist> |