10 lines
195 B
SYSTEMD
10 lines
195 B
SYSTEMD
|
[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
|