[Unit] RequiresMountsFor=/home/gib/Media Description=Podman Compose: Spoon After=network-online.target podman.socket Wants=network-online.target StartLimitIntervalSec=300 StartLimitBurst=3 [Service] Type=oneshot WorkingDirectory=%h/Server/Spoon 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