summaryrefslogtreecommitdiffstats
path: root/scripts/osx/org.freeradius.radiusd.plist
blob: 5f593a5fcd293d2171f0569690d062414f3bca03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>Disabled</key>
	<true/>
	<key>EnableTransactions</key>
	<true/>
        <key>KeepAlive</key>
        <true/>
        <key>RunAtLoad</key>
        <true/>
	<key>Label</key>
	<string>org.freeradius.radiusd</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/sbin/radiusd</string>
		<string>-f</string>
	</array>
</dict>
</plist>