render sample .service file as ini file
parent
9ea1be87b9
commit
73ae432efb
|
@ -1,7 +1,7 @@
|
||||||
These instructions require you to have compiled the bitwarden_rs binary. If you generated a docker image, you may want to look at [[Running with systemd-docker | Running-with-systemd-docker]]
|
These instructions require you to have compiled the bitwarden_rs binary. If you generated a docker image, you may want to look at [[Running with systemd-docker | Running-with-systemd-docker]]
|
||||||
## Setup
|
## Setup
|
||||||
Making bitwarden_rs start on system startup and use the other facilities of systemd (e.g. isolation, logging,...) requires a `.service` file. The following is a usable starting point:
|
Making bitwarden_rs start on system startup and use the other facilities of systemd (e.g. isolation, logging,...) requires a `.service` file. The following is a usable starting point:
|
||||||
```
|
```ini
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Bitwarden Server (Rust Edition)
|
Description=Bitwarden Server (Rust Edition)
|
||||||
Documentation=https://github.com/dani-garcia/bitwarden_rs
|
Documentation=https://github.com/dani-garcia/bitwarden_rs
|
||||||
|
|
Loading…
Reference in New Issue