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