vps/podman.service

10 lines
195 B
SYSTEMD
Raw Normal View History

[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