1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Fix RemainAfterExit and a typo (#345)

This commit is contained in:
Gjermund Jensvoll
2021-01-07 15:33:58 +01:00
committed by GitHub
parent c3610b2b79
commit 45949344ea

View File

@@ -100,8 +100,9 @@ Then, complete the following steps:
Type=oneshot
User=bitwarden
Group=bitwarden
ExecStart=<your-install-directory>/bitwarden.sh start RemainAfterExit=true
ExecStop=<your-install0durectory>/bitwarden.sh stop
ExecStart=<your-install-directory>/bitwarden.sh start
ExecStop=<your-install-directory>/bitwarden.sh stop
RemainAfterExit=true
[Install]
WantedBy=multi-user.target