From 78ae86aa23ce2fed625ccd2f512fcb7c368f0c65 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 1 Oct 2023 13:20:07 +0100 Subject: [PATCH] Add systemctl commands to README --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index 6eb2f9db..ed5b4916 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,9 @@ Docker source: [[https://hub.docker.com/r/shenxn/protonmail-bridge][Docker]] / [ To initialise: #+begin_src bash +# Stop systemd service if already running +systemctl --user stop protonmail-bridge.service +# Log in to protonmail-bridge --cli podman run --rm -it -v protonmail:/root shenxn/protonmail-bridge init #+end_src and follow normal login system for cli. @@ -16,6 +19,8 @@ systemd unit handles running container on boot after this. Get password from protonmail-bridge, register with gnome-keyring: #+begin_src bash secret-tool store --label="Proton mail mbsync" email e.litherlandsmith@proton.me +# Start service if stopped earlier +systemctl --user start protonmail-bridge.service #+end_src ** iCloud *** Password