source: systemd-units/blfs/units/dhcpcdat.service@ 7178f6d

krejzi/svn
Last change on this file since 7178f6d was 7178f6d, checked in by Krejzi <krejzi@…>, 10 years ago

Rebrand. Import systemd-units from systemd branch. Reset changelog.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14734 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 310 bytes
Line 
1[Unit]
2Description=dhcpcd on %I
3Wants=network.target
4Before=network.target
5BindsTo=sys-subsystem-net-devices-%i.device
6After=sys-subsystem-net-devices-%i.device
7
8[Service]
9Type=forking
10PIDFile=/run/dhcpcd-%I.pid
11ExecStart=/sbin/dhcpcd -q -w %I
12ExecStop=/sbin/dhcpcd -x %I
13
14[Install]
15WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.