fix: synology drive
This commit is contained in:
parent
752dfc55e8
commit
f5e8dc81e8
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue