diff options
author | Jürgen Hörmann | 2023-02-02 10:31:40 +0100 |
---|---|---|
committer | Jürgen Hörmann | 2023-02-02 10:31:40 +0100 |
commit | bc3ab881317e7e63e042f6342455f4a139e94e04 (patch) | |
tree | 3587d88ed128db5ec34c543a9800928ad6d33a20 | |
parent | 0cba1c669f3219173e78f35e58153559adf05a71 (diff) |
Updated Mounting on login for OSX (markdown)
-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"?> |