summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2017-08-11 13:31:57 +0000
committerGitHub <noreply@github.com>2017-08-11 13:31:57 +0000
commit793523d7bc5c115bffdf05086e93dcf2ffc8c9d7 (patch)
treea7ac2822b1de253d9352ea4eb477570ddd33b95c /nixos/modules/services/networking
parent576e9aacc0cde8cc47b0cbb0849325d5c7ed148d (diff)
parentb32b18631e94ebbb0e6f201db24b6b541b901f89 (diff)
downloadnixlib-793523d7bc5c115bffdf05086e93dcf2ffc8c9d7.tar
nixlib-793523d7bc5c115bffdf05086e93dcf2ffc8c9d7.tar.gz
nixlib-793523d7bc5c115bffdf05086e93dcf2ffc8c9d7.tar.bz2
nixlib-793523d7bc5c115bffdf05086e93dcf2ffc8c9d7.tar.lz
nixlib-793523d7bc5c115bffdf05086e93dcf2ffc8c9d7.tar.xz
nixlib-793523d7bc5c115bffdf05086e93dcf2ffc8c9d7.tar.zst
nixlib-793523d7bc5c115bffdf05086e93dcf2ffc8c9d7.zip
Merge pull request #28089 from volth/patch-9
nixos/tinc: do not tell systemd where is pidfile
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/tinc.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/tinc.nix b/nixos/modules/services/networking/tinc.nix
index 7410908b7350..7a786b54ccbb 100644
--- a/nixos/modules/services/networking/tinc.nix
+++ b/nixos/modules/services/networking/tinc.nix
@@ -166,7 +166,6 @@ in
         path = [ data.package ];
         serviceConfig = {
           Type = "simple";
-          PIDFile = "/run/tinc.${network}.pid";
           Restart = "always";
           RestartSec = "3";
         };