1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

xidlehook: set Restart=always (#6533)

This commit is contained in:
Even Brenden 2025-02-26 22:41:15 +01:00 committed by GitHub
parent 53c587d263
commit 44b86a72e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,6 +153,6 @@ in {
ExecStart = "${script}";
};
Install.WantedBy = [ "graphical-session.target" ];
};
} // pkgs.lib.optionalAttrs (!cfg.once) { Restart = "always"; };
};
}