-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathorg.macports.ClamdScanOnAccess.plist
36 lines (36 loc) · 1.21 KB
/
org.macports.ClamdScanOnAccess.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd" >
<plist version='1.0'>
<dict>
<key>Label</key><string>org.macports.ClamdScanOnAccess</string>
<key>ProgramArguments</key>
<array>
<string>/opt/local/bin/daemondo</string>
<string>--label=ClamdScanOnAccess</string>
<string>--start-cmd</string>
<string>/opt/local/etc/LaunchDaemons/org.macports.ClamdScanOnAccess/ClamdScanOnAccess.wrapper</string>
<string>start</string>
<string>;</string>
<string>--stop-cmd</string>
<string>/opt/local/etc/LaunchDaemons/org.macports.ClamdScanOnAccess/ClamdScanOnAccess.wrapper</string>
<string>stop</string>
<string>;</string>
<string>--restart-cmd</string>
<string>/opt/local/etc/LaunchDaemons/org.macports.ClamdScanOnAccess/ClamdScanOnAccess.wrapper</string>
<string>restart</string>
<string>;</string>
<string>--pid=fileclean</string>
<string>--pidfile</string>
<string>/opt/local/var/run/clamav/clamdscanonaccess.pid</string>
</array>
<key>Disabled</key><true/>
<key>KeepAlive</key><true/>
<key>ProcessType</key>
<string>Background</string>
<key>UserName</key>
<string>root</string>
<key>GroupName</key>
<string>_clamav</string>
</dict>
</plist>