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

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

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