fix: change service prerequisites to prevent missing niri socket
This commit is contained in:
parent
5e35a6a396
commit
389c4b3ee6
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ in
|
|||
description = name;
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
after = [ "niri.service" ];
|
||||
wants = [ "niri.service" ];
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
Restart = "always";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue