config-filed the url, fixed command error
This commit is contained in:
parent
a50efdeea0
commit
8494664829
2 changed files with 7 additions and 6 deletions
|
@ -97,7 +97,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
|||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = ''
|
||||
${cfg.package}/bin/status_cloud --config_file ${builtins.toString cfg.config_path}
|
||||
${cfg.package}/bin/status_cloud --config-file ${builtins.toString cfg.config_path}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue