9 lines
195 B
Desktop File
9 lines
195 B
Desktop File
[Unit]
|
|
Description=Podman User Service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/podman start --all
|
|
ExecStop=/usr/bin/podman stop --all
|
|
Restart=/usr/bin/podman restart --all
|