Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/lib/u9fs.plist

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


<?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>com.strand1.u9fs</string>
	<key>Program</key>
	<string>/Users/anthony/bin/u9fs</string>
	<key>ProgramArguments</key>
	<array>
		<string>u9fs</string>
		<string>-a</string>
		<string>p9any</string>
		<string>-A</string>
		<string>/opt/plan9/adm/u9fs.key</string>
		<string>-l</string>
		<string>/opt/plan9/sys/log/u9fs</string>
		<string>-D</string>
		<string>/opt/plan9</string>
	</array>
	<key>SessionCreate</key>
	<true/>
	<key>Sockets</key>
	<dict>
		<key>Listeners</key>
		<dict>
			<key>SockServiceName</key>
			<string>9pfs</string>
		</dict>
	</dict>
	<key>StandardErrorPath</key>
	<string>/opt/plan9/sys/log/u9fs.stderr</string>
	<key>inetdCompatibility</key>
	<dict>
		<key>Wait</key>
		<false/>
	</dict>
</dict>
</plist>

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.