summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-systemd.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/initmethod-systemd.in')
-rw-r--r--rules/initmethod-systemd.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/initmethod-systemd.in b/rules/initmethod-systemd.in
new file mode 100644
index 000000000..07010b4c9
--- /dev/null
+++ b/rules/initmethod-systemd.in
@@ -0,0 +1,16 @@
+## SECTION=initmethod
+
+if INITMETHOD_SYSTEMD
+
+config INITMETHOD_SYSTEMD_IFUPDOWN
+ bool
+ select BUSYBOX_IFUPDOWN if BUSYBOX
+ select BUSYBOX_IFCONFIG if BUSYBOX
+ select BUSYBOX_FEATURE_IFUPDOWN_IP if BUSYBOX
+ prompt "install simple network service"
+ help
+ Enable this to install services to handle networks with ifup/ifdown
+
+endif
+
+