aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx/charon-xpc/charon-xpc-Launchd.plist
blob: 703fab912338f0d412d3e2486af55cc886fb8a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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.strongswan.charon-xpc</string>
	<key>MachServices</key>
	<dict>
		<key>org.strongswan.charon-xpc</key>
		<true/>
	</dict>
</dict>
</plist>