summaryrefslogtreecommitdiffstats
path: root/systemd/net-auto-wireless.service
AgeCommit message (Collapse)AuthorFilesLines
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-11Remove obsolete references to /etc/rc.confJouke Witteveen1-1/+0
Configuration is done through /etc/conf.d/netcfg. Compatibility with configuration through /etc/rc.conf is dropped.
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-20Reorganize files to match install location closerRémy Oudompheng1-0/+14
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>