Ticket #41540: org.macports.fetch-crl.plist

File org.macports.fetch-crl.plist, 549 bytes (added by petrrr, 10 years ago)

the plist file to go into files directory

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> <string>@@LABEL@@</string>
6        <key>UserName</key> <string>root</string>
7        <key>ProgramArguments</key>
8        <array>
9                <string>@@PREFIX@@/sbin/fetch-crl</string>
10                <string>-c</string>
11                <string>@@PREFIX@@/etc/fetch-crl.conf</string>
12        </array>
13        <key>StartInterval</key> <integer>21600</integer>
14</dict>
15</plist>