summaryrefslogtreecommitdiffstats
path: root/systemd/netcfg@.service
AgeCommit message (Collapse)AuthorFilesLines
2012-10-15Workaround systemd shutdown bugJouke Witteveen1-0/+1
Addendum to 95489.
2012-04-18systemd: pull in network.targetTom Gundersen1-0/+1
It is not enough to order ourselves Before network target, we must also make sure it is pulled in. This means that anything that needs the network to be up before they start can order themselves After=network.target. Reported-by: Tobias Powalowski <tpowa@archlinux.org> Signed-off-by: Tom Gundersen <teg@jklm.no>
2012-04-15Restore support for kernel command lineJouke Witteveen1-1/+1
It is once again possible to use NET= at the kernel command line when using net-profiles.
2012-04-11Systemd service filesJouke Witteveen1-0/+12
The netcfg service provides support for the NETWORKS array in /etc/conf.d/netcfg through netcfg-daemon. The netcfg@ service allows individual profiles to be treated as services. These services wait until a connection is established (the other service has support for backgrounding)!