Skip to content

Commit

Permalink
xidlehook: set Restart=always (#6533)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenbrenden authored Feb 26, 2025
1 parent 53c587d commit 44b86a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/xidlehook.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ in {
ExecStart = "${script}";
};
Install.WantedBy = [ "graphical-session.target" ];
};
} // pkgs.lib.optionalAttrs (!cfg.once) { Restart = "always"; };
};
}

0 comments on commit 44b86a7

Please sign in to comment.