From 415e52d820fbf8332cd0fb7cb41b3cf1040d509f Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sun, 4 Oct 2015 20:09:17 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2816c..78d49a2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ recipes known so far. * **MacOS X** (last tested on OS X Yosemete (10.10.5) U9fs can be started via ssh using *srvssh*(4) on Plan 9, or more conventionally by MacOS X's *launchd*(8). - Launchd needs a configuration file. A sample is included here in the file **p9fs.list**. + Launchd needs a configuration file. A sample is included here in the file **[p9fs.list](p9fs.list)**. To make the service available globally, it should be installed as **/Library/LaunchDaemons/9pfs.plist**. If instead it is installed in **/Library/LaunchAgents**, it will run only when a user is logged in; if installed in **$HOME/Library/LaunchAgents** it will run only when that particular user is logged in.