mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
octoprint: 1.3.1 -> 1.3.2
Fix startup wizard and cleanup dependencies.
This commit is contained in:
parent
6f884349e6
commit
d3e2957c90
2 changed files with 63 additions and 64 deletions
|
@ -117,7 +117,7 @@ in
|
|||
'';
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.octoprint}/bin/octoprint -b ${cfg.stateDir}";
|
||||
ExecStart = "${pkgs.octoprint}/bin/octoprint serve -b ${cfg.stateDir}";
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
PermissionsStartOnly = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue