feat: Add sample file for Podman systemd.

This commit is contained in:
everypizza1
2025-05-28 16:09:56 -05:00
committed by Jason Volk
parent e9f27bbee5
commit cb0a624f85
3 changed files with 26 additions and 0 deletions

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