ping6 -> ping
Eelco Dolstra committed
Apr 3, 2017 at 11:57 UTC
67172cd55a73ae1d5d4a43994adbd1f2a87ec843
1 file changed
+1
-1
delft/wendy.nix
+1
-1
@@ -91,7 +91,7 @@ with lib;
91
# pinging the other side. This is necessary to remain
92
# reachable from the outside.
93
systemd.services.ping-sixxs =
94
- { serviceConfig.ExecStart = "${pkgs.iputils}/sbin/ping6 -c 1 2001:610:600:88d::1";
94
+ { serviceConfig.ExecStart = "${pkgs.iputils}/sbin/ping -c 1 2001:610:600:88d::1";
95
serviceConfig.Type = "oneshot";
96
startAt = "*:0/10";
97
};