Skip to content

Commit

Permalink
update service file for scx to actually disable journal logs (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
poyhen authored Sep 12, 2024
1 parent 446bfd7 commit 5e3dcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/scx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in
User = "root";
ExecStart = "${lib.getExe' cfg.package cfg.scheduler}";
Restart = "on-failure";
StandardError = "journal";
StandardError = "null";
StandardOutput = "null";
};
};
Expand Down

1 comment on commit 5e3dcdb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (335 not suitable for building)

Please sign in to comment.