rebased-podman/rebased-pod.service
2022-11-11 18:52:07 +00:00

15 lines
307 B
Desktop File

[Unit]
Description=Rebased Podman container
Wants=syslog.service
[Service]
ExecStartPre=/bin/sleep 10
Restart=always
ExecStartPre=/usr/bin/podman pod start rebased-pod
ExecStart=/usr/bin/podman attach rebased-web
ExecStop=/usr/bin/podman pod stop rebased-pod
User=psw
[Install]
WantedBy=multi-user.target