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:
committed by
GitHub
parent
c3610b2b79
commit
45949344ea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user