Skip to content

Commit 56ef567

Browse files
committed
nix: fix log level to be info
1 parent a4271e5 commit 56ef567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ in {
4747
serviceConfig = {
4848
Environment = optional (cfg.settings != {}) ["WATT_CONFIG=${cfgFile}"];
4949
WorkingDirectory = "";
50-
ExecStart = "${getExe cfg.package} --verbose";
50+
ExecStart = getExe cfg.package;
5151
Restart = "on-failure";
5252

5353
RuntimeDirectory = "watt";

0 commit comments

Comments
 (0)