summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-02-28 10:19:25 +0100
committerGitHub <noreply@github.com>2022-02-28 10:19:25 +0100
commitd32ba3f4b0c88533e745649d73b4b28039885dc2 (patch)
tree1d0057394aab2ecb2200df6db0d9e6c166eda605 /nixos/modules/services
parentef8c2381d71b81c8586dc59ca57f1d45444d3f19 (diff)
parent8022c82a39c19bd1fe000884703601532204b82f (diff)
downloadnixpkgs-d32ba3f4b0c88533e745649d73b4b28039885dc2.tar
nixpkgs-d32ba3f4b0c88533e745649d73b4b28039885dc2.tar.gz
nixpkgs-d32ba3f4b0c88533e745649d73b4b28039885dc2.tar.bz2
nixpkgs-d32ba3f4b0c88533e745649d73b4b28039885dc2.tar.lz
nixpkgs-d32ba3f4b0c88533e745649d73b4b28039885dc2.tar.xz
nixpkgs-d32ba3f4b0c88533e745649d73b4b28039885dc2.tar.zst
nixpkgs-d32ba3f4b0c88533e745649d73b4b28039885dc2.zip
Merge pull request #161929 from martinetd/switchTest
logrotate: do not enable logrotate.service itself
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/logging/logrotate.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/logging/logrotate.nix b/nixos/modules/services/logging/logrotate.nix
index 77e4fc39598..082cf92ff4e 100644
--- a/nixos/modules/services/logging/logrotate.nix
+++ b/nixos/modules/services/logging/logrotate.nix
@@ -167,7 +167,6 @@ in
 
     systemd.services.logrotate = {
       description = "Logrotate Service";
-      wantedBy = [ "multi-user.target" ];
       startAt = "hourly";
 
       serviceConfig = {