File: unbound.plist

package info (click to toggle)
unbound 1.6.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 20,444 kB
  • sloc: ansic: 79,862; sh: 5,040; yacc: 1,900; makefile: 1,315; python: 1,302; perl: 141
file content (42 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (14)
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
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd >
<plist version="1.0">
<!-- 
Unbound plist file for use by MacOSX launchd(8) using launchctl(1).
Copy this file to /Library/LaunchDaemons.  Launchd keeps unbound running.

Setup your unbound.conf with the following additional settings.
server:
	do-daemonize: no
	username: ""
	chroot: ""
	directory: ""
These actions are performed by launchd (for the option values, see below).

-->
<dict>
	<key>Label</key>
	<string>unbound</string>

	<key>ProgramArguments</key>
	<array>
		<string>unbound</string>
	</array>

	<key>UserName</key>
	<string>unbound</string>

	<key>RootDirectory</key>
	<string>/usr/local/etc/unbound</string>

	<key>WorkingDirectory</key>
	<string>/usr/local/etc/unbound</string>

	<key>KeepAlive</key>
	<true/>

	<key>RunAtLoad</key>
	<true/>

</dict>
</plist>