[Unit] RequiresMountsFor=/home/gib/Media Description=Podman Compose: Penpot After=network-online.target podman.socket podman-postgresql.service Wants=network-online.target podman-postgresql.service StartLimitIntervalSec=300 StartLimitBurst=3 [Service] Type=oneshot WorkingDirectory=%h/Server/Penpot ExecStart=/usr/bin/podman compose up -d ExecStop=/usr/bin/podman compose down RemainAfterExit=yes TimeoutStartSec=900 TimeoutStopSec=90 Restart=on-failure RestartSec=30 [Install] WantedBy=default.target