We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4271e5 commit 56ef567Copy full SHA for 56ef567
1 file changed
nix/module.nix
@@ -47,7 +47,7 @@ in {
47
serviceConfig = {
48
Environment = optional (cfg.settings != {}) ["WATT_CONFIG=${cfgFile}"];
49
WorkingDirectory = "";
50
- ExecStart = "${getExe cfg.package} --verbose";
+ ExecStart = getExe cfg.package;
51
Restart = "on-failure";
52
53
RuntimeDirectory = "watt";
0 commit comments