App not launching in game mode via systemd

I've created the right service via "/home/autismusmaximus/.config/systemd/user/"
Still, qbittorrent won't launch at start in game mode. What's going on here?

These are the parameters I've used for the service:

"[Unit]
Description=qbittorrent

[Service]
Type=simple
ExecStart=flatpak run --command=qbittorrent org.qbittorrent.qBittorrent
Restart=on-failure
RestartSec=1
SuccessExitStatus=0

[Install]
WantedBy=default.target"
Was this page helpful?