summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/tinc/def.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix
index 824877a9..5d1216c9 100644
--- a/custom/tinc/def.nix
+++ b/custom/tinc/def.nix
@@ -145,7 +145,7 @@ in
145 serviceConfig = { 145 serviceConfig = {
146 Type = "simple"; 146 Type = "simple";
147 PIDFile = "/run/tinc.${network}.pid"; 147 PIDFile = "/run/tinc.${network}.pid";
148 execStart = '' 148 ExecStart = ''
149 ${data.package}/bin/tincd -D -L -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel} 149 ${data.package}/bin/tincd -D -L -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel}
150 ''; 150 '';
151 }; 151 };