added service

This commit is contained in:
Paul Wilde 2022-11-11 18:52:07 +00:00
parent bca3c61f69
commit 83a1f7934f

14
rebased-pod.service Normal file
View file

@ -0,0 +1,14 @@
[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