Ticket #23777: org.macports.freshclam.plist

File org.macports.freshclam.plist, 487 bytes (added by pixilla (Bradley Giesbrecht), 14 years ago)

clamav-server/files/

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>GroupName</key>
6        <string>_clamav</string>
7        <key>Label</key>
8        <string>org.macports.freshclam</string>
9        <key>ProgramArguments</key>
10        <array>
11                <string>/opt/local/bin/freshclam</string>
12        </array>
13        <key>StartInterval</key>
14        <integer>21600</integer>
15        <key>UserName</key>
16        <string>_clamav</string>
17</dict>
18</plist>
19