Added example for EnvironmentFile

muibusan
2019-08-11 20:12:20 +02:00
parent b82778788f
commit 52909480c0

@@ -58,6 +58,14 @@ Systemd can source a file of the form:
```shell
Key="Value"
```
Example for `EnvironmentFile`:
```
DATABASE_URL="/data/bitwarden.sqlite3"
LOG_FILE="/data/bitwarden.log"
ROCKET_LOG="critical"
```
However, the systemd project does not mandate where this file should be stored. Consult your distribution's documentation for the
best location for this file. For example, RedHat based distributions typically place these files in `/etc/sysconfig/`