modules/lock-action: fix unit startup issues

This commit is contained in:
Aaron Bieber 2024-07-03 07:30:16 -06:00
parent 93fb866f7d
commit a0c45b80db
No known key found for this signature in database

View File

@ -41,8 +41,7 @@ in
SSH_AUTH_SOCK = "fake"; SSH_AUTH_SOCK = "fake";
}; };
wants = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
after = [ "graphical-session.target" ]; after = [ "graphical-session.target" ];
}; };
}; };