14 lines
307 B
Desktop File
14 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
|