File: com.epipe.downtimed.plist

package info (click to toggle)
downtimed 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 572 kB
  • sloc: sh: 1,569; ansic: 900; xml: 45; makefile: 24
file content (15 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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">
<dict>
	<key>Label</key>
	<string>com.epipe.downtimed</string>
	<key>KeepAlive</key>
	<true/>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/local/sbin/downtimed</string>
		<string>-F</string>
	</array>
</dict>
</plist>