diff --git a/README.org b/README.org index d74c29ae..1da3d408 100644 --- a/README.org +++ b/README.org @@ -28,7 +28,12 @@ systemctl --user disable --now protonmail-bridge.service && podman run --rm -it and follow normal login system for cli. systemd unit handles running container on boot after this. -Run src_bash[Rebuild]{rebuild} to recreate and enable services after modifying +Recreate and enable services after modifying: +#+begin_src bash +systemctl restart home-manager-$(whoami).service && systemctl --user restart protonmail-bridge.service +# If resetting container need to clear old mail objects and re-fetch +rm -rf $HOME/.mail/Proton/* +#+end_src *** Password Get password from protonmail-bridge, register with gnome-keyring: #+begin_src bash @@ -52,7 +57,10 @@ On first run (or if token expires), stop systemd service and run manually to com systemctl --user disable --now davmail.service && nix run nixpkgs#davmail -- -notray ~/.davmail.properties #+end_src -Run src_bash[Rebuild]{rebuild} to recreate and enable services after modifying +Recreate and enable services after modifying: +#+begin_src bash +systemctl restart home-manager-$(whoami).service && systemctl --user restart davmail.service +#+end_src * Vdirsyncer ** Password Register app-password with gnome-keyring;