From 95fade6e5e60da4f9d96784a3e0e35c9f2197d59 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 3 Aug 2016 13:30:16 +0200 Subject: slashes are important --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 5061d57a..a464166c 100644 --- a/bragi.nix +++ b/bragi.nix @@ -324,7 +324,7 @@ in rec { wantedBy = [ "default.target" ]; serviceConfig = { Type = "simple"; - ExecStart = ''${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 80 -A localhost -F thermoprint/api -a "localhost" -p 8081''; + ExecStart = ''${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 80 -A localhost -F /thermoprint/api -a "localhost" -p 8081''; User = users.extraUsers."thermoprint".name; Group = users.extraUsers."thermoprint".group; }; -- cgit v1.2.3