summaryrefslogtreecommitdiffstats
path: root/docs/netctl.special.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/netctl.special.7.txt')
-rw-r--r--docs/netctl.special.7.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/netctl.special.7.txt b/docs/netctl.special.7.txt
index eabb4d3..6e80d7d 100644
--- a/docs/netctl.special.7.txt
+++ b/docs/netctl.special.7.txt
@@ -26,8 +26,8 @@ netctl.service::
a profile binds to might not be available yet, when netctl.service
tries to bring a profile up. A simple, hackish, solution is to do:
--------------------------------------------------------------------
-echo "[[ -t 0 ]] || sleep 3" > /etc/network.d/interfaces/<interface>
-chmod 755 /etc/network.d/interfaces/<interface>
+echo "[[ -t 0 ]] || sleep 3" > /etc/netctl/interfaces/<interface>
+chmod 755 /etc/netctl/interfaces/<interface>
--------------------------------------------------------------------
A more concise solution is to first enable a profile through netctl
and then disable it again through systemctl: