mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
alternate to files flag
parent
ca3a28848b
commit
0dfecdf178
@ -26,7 +26,7 @@ PIDFile=/run/user/1000/overlay-containers/54502f309f3092d32b4c496ef3d099b270b2af
|
||||
WantedBy=multi-user.target default.target
|
||||
```
|
||||
|
||||
You can provide a `--files` flag to tell podman to put the systemd service into a file. With this we can enable and start the container as any normal service file.
|
||||
You can provide a `--files` flag to tell podman to put the systemd service into a file or use ```podman generate systemd --name vaultwarden > /etc/systemd/system/container-vaultwarden.service```. With this we can enable and start the container as any normal service file.
|
||||
```sh
|
||||
$ systemctl enable /etc/systemd/system/container-vaultwarden.service
|
||||
$ systemctl start container-vaultwarden.service
|
||||
|
Loading…
Reference in New Issue
Block a user