fix: change service prerequisites to prevent missing niri socket
This commit is contained in:
parent
5e35a6a396
commit
389c4b3ee6
@ -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…
Reference in New Issue
Block a user