Ticket #43419: org.macports.aide.plist
File org.macports.aide.plist, 501 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.aide</string> |
7 | <key>Username</key> |
8 | <string>root</string> |
9 | <key>ProgramArguments</key> |
10 | <array> |
11 | <string>%%PREFIX%%/libexec/aide/aide-check.cron</string> |
12 | </array> |
13 | <key>StartInterval</key> |
14 | <!-- default 1 day --> |
15 | <integer>86400</integer> |
16 | </dict> |
17 | </plist> |