15 lines
307 B
SYSTEMD
15 lines
307 B
SYSTEMD
|
[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
|