fix: synology drive

This commit is contained in:
Moritz Böhme 2025-02-24 11:05:11 +01:00
parent 752dfc55e8
commit f5e8dc81e8
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -24,6 +24,10 @@ in
after = [ "graphical-session.target" "network.target" ];
partOf = [ "graphical-session.target" ];
wantedBy = [ "graphical-session.target" ];
environment = {
QT_QPA_PLATFORM = "xcb";
DISPLAY = ":0";
};
serviceConfig = {
ExitType = "cgroup";
Restart = "always";