summaryrefslogtreecommitdiffstats
path: root/src/netctl
diff options
context:
space:
mode:
Diffstat (limited to 'src/netctl')
-rwxr-xr-xsrc/netctl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/netctl b/src/netctl
index eec8501..7cf0b59 100755
--- a/src/netctl
+++ b/src/netctl
@@ -96,8 +96,9 @@ unit_enable() {
if [[ -n $After ]]; then
printf 'After="netctl@%s.service"\n' "${After[@]//\"/\\\"}" >> "$unit"
fi
+ echo "ln -s '$unit' '${unit/system\//system/multi-user.target.wants/}'"
+ ln -s "$unit" "${unit/system\//system/multi-user.target.wants/}"
systemctl daemon-reload
- systemctl reenable "netctl@$1.service"
}
unit_disable() {