Ticket #31625: net.openvpn2.watcher.plist

File net.openvpn2.watcher.plist, 615 bytes (added by mmpestorich (Mike M Pestorich), 13 years ago)
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>net.openvpn2.watcher</string>
7                <key>ServiceDescription</key>
8                <string>Watches for changes to the SystemConfiguration and triggers OpenVPN to reload its configuration.</string>
9                <key>ProgramArguments</key>
10                <array>
11                        <string>/opt/local/etc/openvpn2/watcher</string>
12                </array>
13                <key>WatchPaths</key>
14                <array>
15                        <string>/Library/Preferences/SystemConfiguration</string>
16                </array>
17        </dict>
18</plist>