fix(soft-serve): correct start script
This commit is contained in:
parent
9403d6b985
commit
c7da7a5a80
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
|||
SOFT_SERVE_REPO_PATH = cfg.repo_path;
|
||||
SOFT_SERVE_INITIAL_ADMIN_KEY = cfg.initial_admin_key;
|
||||
};
|
||||
script = "${pkgs.soft-serve}/bin/soft";
|
||||
script = "${pkgs.soft-serve}/bin/soft serve";
|
||||
serviceConfig.Type = "exec";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue