Merge pull request #28089 from volth/patch-9
nixos/tinc: do not tell systemd where is pidfile
Joachim F 8 years ago 793523d7 576e9aac
··· 166 166 path = [ data.package ]; 167 167 serviceConfig = { 168 168 Type = "simple"; 169 169 - PIDFile = "/run/tinc.${network}.pid"; 170 169 Restart = "always"; 171 170 RestartSec = "3"; 172 171 };