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