summaryrefslogtreecommitdiffstats
path: root/main/dhcp/dhcp.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/dhcp/dhcp.post-install')
-rw-r--r--main/dhcp/dhcp.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/dhcp/dhcp.post-install b/main/dhcp/dhcp.post-install
new file mode 100644
index 00000000..01195dbd
--- /dev/null
+++ b/main/dhcp/dhcp.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+chown dhcp:dhcp var/run/dhcp var/lib/dhcp
+exit 0
+