mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-11 20:42:50 +01:00
Updated Setup as a systemd service (markdown)
parent
fca548ea26
commit
51c8e7202d
1 changed files with 7 additions and 2 deletions
|
@ -53,8 +53,13 @@ AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
Change all paths to match your installation (`WorkingDirectory` and `ReadWriteDirectory` should be the same),
|
Change all paths to match your installation (`WorkingDirectory` and `ReadWriteDirectory` should be the same),
|
||||||
name this file `bitwarden_rs.service` and put it into `/etc/systemd/system` .
|
name this file `bitwarden_rs.service` and put it into `/etc/systemd/system`.
|
||||||
To make systemd aware of it, run
|
|
||||||
|
If you have to change an existing systemd file (which was provided to you by the package you installed), you can add your changes by using
|
||||||
|
```
|
||||||
|
$ sudo systemctl edit bitwarden_rs.service
|
||||||
|
```
|
||||||
|
To make systemd aware of your new file or any changes you made, run
|
||||||
```
|
```
|
||||||
$ sudo systemctl daemon-reload
|
$ sudo systemctl daemon-reload
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue