This commit is contained in:
2022-05-26 21:51:41 -04:00
parent 209ff57a4a
commit d627da54ed
17 changed files with 185 additions and 111 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