feat: Add sample file for Podman systemd.
This commit is contained in:
16
docs/deploying/podman-systemd.md
Normal file
16
docs/deploying/podman-systemd.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# tuwunel in Podman systemd
|
||||
|
||||
Copy [tuwunel.container](tuwunel.container) to ~/.config/containers/systemd/tuwunel.container.
|
||||
Reload daemon:
|
||||
```
|
||||
systemctl --user daemon-reload
|
||||
```
|
||||
Start the service:
|
||||
```
|
||||
systemctl --user start tuwunel
|
||||
```
|
||||
|
||||
To check the logs, run:
|
||||
```
|
||||
journalctl -eu tuwunel.container --user
|
||||
```
|
||||
Reference in New Issue
Block a user