1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 13:53:26 +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 Type=oneshot
User=bitwarden User=bitwarden
Group=bitwarden Group=bitwarden
ExecStart=<your-install-directory>/bitwarden.sh start RemainAfterExit=true ExecStart=<your-install-directory>/bitwarden.sh start
ExecStop=<your-install0durectory>/bitwarden.sh stop ExecStop=<your-install-directory>/bitwarden.sh stop
RemainAfterExit=true
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target