From 73ae432efbd836b6ab98bb1714d3d4e7f5d344a5 Mon Sep 17 00:00:00 2001 From: mqus <8398165+mqus@users.noreply.github.com> Date: Thu, 24 Jan 2019 05:01:25 +0100 Subject: [PATCH] render sample .service file as ini file --- Setup-as-a-systemd-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-as-a-systemd-service.md b/Setup-as-a-systemd-service.md index a72818d..f1cf710 100644 --- a/Setup-as-a-systemd-service.md +++ b/Setup-as-a-systemd-service.md @@ -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]] ## 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: -``` +```ini [Unit] Description=Bitwarden Server (Rust Edition) Documentation=https://github.com/dani-garcia/bitwarden_rs