0
0
Fork 0
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:
Nikolay Amiantov 2017-03-21 17:31:08 +03:00
parent 6f884349e6
commit d3e2957c90
2 changed files with 63 additions and 64 deletions

View file

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