fixed argument for chrono_track

main
Nickiel12 1 year ago
parent 36a1db441e
commit 913e030e4f

@ -177,7 +177,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
ExecStart = '' ExecStart = ''
${cfg.package}/bin/chrono_track --config-file ${builtins.toString cfg.config_path} --from_addr ${cfg.from_address} ${cfg.package}/bin/chrono_track --config-file ${builtins.toString cfg.config_path} --from-addr ${cfg.from_address}
''; '';
}; };
}; };

Loading…
Cancel
Save