You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
253 B
13 lines
253 B
[Unit]
|
|
Description=bitwarden_rs
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/bitwarden_rs
|
|
Environment=WEB_VAULT_ENABLED=false
|
|
Environment=DATA_FOLDER=/var/lib/bitwarden_rs
|
|
User=bitwarden_rs
|
|
Group=bitwarden_rs
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|