Changeset 94f4fb86 for network-scripts


Ignore:
Timestamp:
12/21/2013 07:46:16 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
a90dd60
Parents:
c158fe6
Message:

Misc updates.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • network-scripts/lfs/units/ifupdownat.service

    rc158fe6 r94f4fb86  
    11[Unit]
    2 Description=Start ifupdown for %i
    3 Requires=sys-subsystem-net-devices-%i.device
     2Description=Start ifupdown for %I
    43After=sys-subsystem-net-devices-%i.device
     4BindTo=sys-subsystem-net-devices-%i.device
     5ConditionPathExists=/etc/sysconfig/ifconfig.%i
    56
    67[Service]
    7 ExecStart=/sbin/ifup %i
    8 ExecStop=/sbin/ifdown %i
     8ExecStart=/sbin/ifup %I
     9ExecStop=/sbin/ifdown %I
    910RemainAfterExit=true
    1011
Note: See TracChangeset for help on using the changeset viewer.