fix: synology drive

This commit is contained in:
Moritz Böhme 2025-04-19 13:21:44 +02:00
parent 56f89a88b4
commit e65c513912
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -26,6 +26,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";