summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/dhcpcd
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dhcp/dhcpcd')
-rw-r--r--src/lib/dhcp/dhcpcd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcp/dhcpcd b/src/lib/dhcp/dhcpcd
index 42f33ef..c729c08 100644
--- a/src/lib/dhcp/dhcpcd
+++ b/src/lib/dhcp/dhcpcd
@@ -14,6 +14,7 @@ dhcpcd_start() {
report_error "DHCP IP lease attempt failed on interface '$Interface'"
return 1
fi
+ chmod 644 "/run/dhcpcd-$Interface.pid"
}
dhcpcd_stop() {