File: org.newlisp.newlisp.plist

package info (click to toggle)
newlisp 10.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,248 kB
  • sloc: ansic: 33,280; lisp: 4,181; sh: 609; makefile: 215
file content (23 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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">
<!-- This file is used on Mac OS X for the launchd and launchctl
utiities. The file should go into the $HOME/Library/LaunchAgents/
directory or in the system wide Library/LaunchAgents/ directory 
customize the -d (port) and -w (working directory) options to 
your own liking -->
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>org.newlisp.newlisp</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/local/bin/newlisp</string>
		<string>-c</string>
		<string>-d4711</string>
		<string>-w/Users/lutzmueller/Sites</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
</dict>
</plist>