aboutsummaryrefslogtreecommitdiff
path: root/services/ifdown.in
diff options
context:
space:
mode:
Diffstat (limited to 'services/ifdown.in')
-rw-r--r--services/ifdown.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/ifdown.in b/services/ifdown.in
new file mode 100644
index 0000000..1310098
--- /dev/null
+++ b/services/ifdown.in
@@ -0,0 +1,7 @@
+description "stop all network interfaces"
+type wait
+target %0
+after sigkill sigterm
+before sync
+
+exec "@SCRIPTDIR@/ifdown.sh" \ No newline at end of file