mirror of
https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git
synced 2025-04-03 19:56:12 -07:00
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…
Add table
Reference in a new issue