This commit is contained in:
2022-05-24 22:16:17 -04:00
parent e1c8dc55d3
commit aa9aa8985b
3 changed files with 43 additions and 19 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Bitwarden Password Manager Server
PartOf=docker.service
After=docker.service
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart={{ bitwarden_root }}/bitwarden.sh start
ExecStop={{ bitwarden_root }}/bitwarden.sh stop
[Install]
WantedBy=multi-user.target