Hi Eric, I read your article on Fedora Magazine – "Manage your passwords with Bitwarden and Podman"[1], which is really helpful! Thank you very much! Following your approach, I tried on my Fedora 30, step by step, which led to a failure, unfortunately. At last, it turned out that maybe I should do a little modification to your `bitwarden.service` file: ``` [Unit] Description=Bitwarden Podman container Wants=syslog.service [Service] Type=forking User=my name Group=my group TimeoutStartSec=0 ExecStart=/usr/bin/podman start 'bitwarden' ExecStop=-/usr/bin/podman stop -t 10 'bitwarden' Restart=always RestartSec=30s KillMode=none [Install] WantedBy=multi-user.target ``` - I added `Type=forking` below the `[Service]` line or the process would exited unexpectedly - I changed `ExecStart` from `podman run` to `podman start` which would make sure podman start the `bitwarden` container created previously I ain't a pro, and I'm not sure whether the modification is necessary for others. If needed, I think this article could be updated. [1] https://fedoramagazine.org/manage-your-passwords-with-bitwarden-and-podman/ _______________________________________________ Fedora Magazine mailing list -- magazine@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to magazine-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/magazine@xxxxxxxxxxxxxxxxxxxxxxx