summaryrefslogtreecommitdiffstats
path: root/systemd
AgeCommit message (Collapse)AuthorFilesLines
2012-10-15Workaround systemd shutdown bugJouke Witteveen1-0/+1
Addendum to 95489.
2012-09-24Workaround systemd shutdown bugJouke Witteveen1-0/+1
systemd does not deal with the combination Type=oneshot RemainAfterExit=yes correctly: systemd bug 54041.
2012-08-31ifplugd path change (FS#31340)Jouke Witteveen1-1/+1
Needed after ifplugd: 0.28-12 update.
2012-06-24Fix net-auto-wired.service (FS#30348)Jouke Witteveen1-5/+2
The issue still needs proper fixing, but at least this makes things work again.
2012-04-18systemd: wait for network to come upTom Gundersen2-5/+3
We need to make sure no the systemd services are only considered started when the network is actually up. Otherwise, things relying on the network don't know when they can start. This means that we need to use Type=forking or Type=oneshot, and in the case of ifplugd we must daemonize and wait for the daemon to be ready before we continue. Also do some minor cleanup: - don't include env files that are not used - don't ignore return values Signed-off-by: Tom Gundersen <teg@jklm.no>
2012-04-18systemd: pull in network.targetTom Gundersen4-0/+4
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-11Remove obsolete references to /etc/rc.confJouke Witteveen2-2/+0
Configuration is done through /etc/conf.d/netcfg. Compatibility with configuration through /etc/rc.conf is dropped.
2012-04-11Systemd service filesJouke Witteveen2-0/+25
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)!
2011-10-15Uniformize systemd service files (FS#25854)Rémy Oudompheng1-2/+2
The proposed script for net-auto-wireless has been reported as non-working, change it to look like net-auto-wired. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-20Support more options in /etc/conf.d/netcfg (FS#25588)Rémy Oudompheng1-0/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-20Reorganize files to match install location closerRémy Oudompheng2-0/+27
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>