set debug to true
This commit is contained in:
parent
5a6bf5d8ce
commit
8c4587544c
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${cfg.package}/bin/time_tracker --config-file ${builtins.toString cfg.config_path}
|
${cfg.package}/bin/time_tracker -d --config-file ${builtins.toString cfg.config_path}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue