mirror of
https://codeberg.org/hyperreal/containerfiles
synced 2024-11-01 16:43:10 +01:00
17 lines
445 B
Markdown
17 lines
445 B
Markdown
|
# systemd
|
||
|
|
||
|
These .container files are for use with systemd.
|
||
|
|
||
|
See the following documentation:
|
||
|
- [Make systemd better for Podman with Quadlet](https://www.redhat.com/sysadmin/quadlet-podman)
|
||
|
- [podman-systemd.unit](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html)
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
``` shell
|
||
|
mv systemd ~/.config/containers/
|
||
|
systemctl --user daemon-reload
|
||
|
sudo loginctl enable-linger $USER
|
||
|
systemctl --user start gothub.service
|
||
|
```
|