Ticket #23777: org.macports.clamd.plist

File org.macports.clamd.plist, 517 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>KeepAlive</key>
8        <true/>
9        <key>Label</key>
10        <string>org.macports.clamd</string>
11        <key>OnDemand</key>
12        <true/>
13        <key>ProgramArguments</key>
14        <array>
15                <string>/opt/local/sbin/clamd</string>
16        </array>
17        <key>RunAtLoad</key>
18        <true/>
19        <key>UserName</key>
20        <string>root</string>
21</dict>
22</plist>
23