diff options
-rw-r--r-- | Mounting-on-login-for-OSX.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mounting-on-login-for-OSX.md b/Mounting-on-login-for-OSX.md index ff383d1..4b6d6ca 100644 --- a/Mounting-on-login-for-OSX.md +++ b/Mounting-on-login-for-OSX.md @@ -6,6 +6,8 @@ security add-generic-password -a ${USER} -s gocryptfs -w ``` Type or paste in your gocryptfs password when prompted. + +## Create the launchd daemon plist file Now launch the text editor of your choice like Textmate and copy and paste this code: ```xml <?xml version="1.0" encoding="UTF-8"?> |