Files
tuwunel/docs/deploying/podman-systemd.md
2025-06-02 16:55:16 +00:00

17 lines
309 B
Markdown

# 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
```