fix(soft-serve): correct start script

This commit is contained in:
Infinidoge 2023-01-18 17:12:40 -05:00
parent 9403d6b985
commit c7da7a5a80

View file

@ -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";
};