From 001e76a163568503be12117b3dd6ebfc20bac625 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 29 Oct 2017 01:18:19 +0200 Subject: No -L? --- custom/tinc/def.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix index 1adcbf0a..1602e477 100644 --- a/custom/tinc/def.nix +++ b/custom/tinc/def.nix @@ -170,7 +170,7 @@ in Type = "simple"; PIDFile = "/run/tinc.${network}.pid"; ExecStart = '' - ${data.package}/bin/tincd -D -L -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel} + ${data.package}/bin/tincd -D -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel} ''; }; preStart = '' -- cgit v1.2.3