octoprint: 1.3.1 -> 1.3.2

Fix startup wizard and cleanup dependencies.
This commit is contained in:
Nikolay Amiantov
2017-03-21 20:22:27 +03:00
parent 6f884349e6
commit d3e2957c90
2 changed files with 63 additions and 64 deletions
+1 -1
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;