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"
2 Replies
Do you know if
—command=qbittorrent
is the right syntax here?
That means that command is passed into the flatpak environmentHow would I go about checking that? Thanks again for having the patience, I was about to give up but will try again after work
Just think it's weird how it does run in desktop mode at startup but won't in gamemode. I'll try and ssh into it when in game mode to check the processes