summaryrefslogtreecommitdiff
path: root/systemd-units/ifup@.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-units/ifup@.service.in')
-rw-r--r--systemd-units/ifup@.service.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/systemd-units/ifup@.service.in b/systemd-units/ifup@.service.in
deleted file mode 100644
index 25e8dc151..000000000
--- a/systemd-units/ifup@.service.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=ifup for %I
-Before=network.target
-
-[Service]
-Type=oneshot
-ExecStart=@rootprefix@/sbin/ifup %I
-ExecStop=@rootprefix@/sbin/ifdown %I
-RemainAfterExit=true