[Unit] Description=Podman container - Showroom Wetty After=network.target [Service] Type=simple WorkingDirectory=/root TimeoutStartSec=300 ExecStartPre=-/usr/bin/podman rm -f showroom-wetty ExecStart=/usr/bin/podman run --name showroom-wetty -p 192.168.125.1:3001:3000 quay.io/rhsysdeseng/showroom:wetty --ssh-user= --ssh-pass= --ssh-host=192.168.125.1 --ssh-port=22 --allow-iframe=true ExecStop=-/usr/bin/podman rm -f showroom-wetty Restart=always RestartSec=30s StartLimitInterval=60s StartLimitBurst=99 [Install] WantedBy=multi-user.target