[Unit] Description=Ntfy Notification Service [Service] Type=notify NotifyAccess=all WorkingDirectory={{ podman_projects_dir | default('/opt/podman') }}/ntfy ExecStart=/usr/bin/podman kube play --replace --service-container=true --network=pasta:--map-host-loopback={{ podman_gw_gateway }} ntfy.yaml ExecStop=/usr/bin/podman kube down ntfy.yaml Restart=on-failure RestartSec=10 TimeoutStartSec=180 [Install] WantedBy=default.target