-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.clamguard.plist
More file actions
37 lines (37 loc) · 1.04 KB
/
com.clamguard.plist
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
37
<?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>com.clamguard</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/clamguard</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>/Library/Logs/clamguard/stdout.log</string>
<key>StandardErrorPath</key>
<string>/Library/Logs/clamguard/stderr.log</string>
<key>ProcessType</key>
<string>Background</string>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
<integer>5</integer>
<key>EnvironmentVariables</key>
<dict>
<key>EJECT_ON_INFECTION</key>
<string>true</string>
<key>DISCORD_WEBHOOKS</key>
<string></string>
<key>SLACK_WEBHOOKS</key>
<string></string>
<key>FRESHCLAM_INTERVAL_HOURS</key>
<string>12</string>
</dict>
</dict>
</plist>