fix xwayland-satellite systemd service
This commit is contained in:
parent
cf362dd3d9
commit
da2d1cbbb2
1 changed files with 5 additions and 8 deletions
|
|
@ -93,22 +93,19 @@ in
|
|||
swww
|
||||
];
|
||||
|
||||
|
||||
# XWayland satellite service for X11 app support
|
||||
systemd.user.services.xwayland-satellite = {
|
||||
Unit = {
|
||||
Description = "Xwayland outside Wayland";
|
||||
BindsTo = "graphical-session.target";
|
||||
After = "graphical-session.target";
|
||||
};
|
||||
Service = {
|
||||
description = "Xwayland outside Wayland";
|
||||
bindsTo = [ "graphical-session.target" ];
|
||||
after = [ "graphical-session.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
NotifyAccess = "all";
|
||||
ExecStart = "${pkgs.xwayland-satellite}/bin/xwayland-satellite";
|
||||
StandardOutput = "journal";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue