summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-02-23 13:35:20 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-02-23 13:35:20 +0100
commitd828b580d07b250567bc611c8083095ed1a53915 (patch)
tree9737de85d84b46d80ad4713bba5065a968933211 /docs
parent7ba4e6face203dd9c0dcef82c9be0d2e436d571a (diff)
downloadnetctl-d828b580d07b250567bc611c8083095ed1a53915.tar.gz
netctl-d828b580d07b250567bc611c8083095ed1a53915.tar.xz
Add backgrounding functionality to net-profiles
Known from the DAEMONS syntax in rc.conf, it is now possible to start netcfg profiles in the background. This fixes FS#23934 which was reported by Andrej Podzimek (andrej).
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 3a7f3c3..8120baf 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -23,9 +23,9 @@ For more options, see ''netcfg help''
## Start a specific list of profiles on boot
-net-profiles allows you to start some profiles on boot. Specify the profiles you want netcfg to start in the NETWORKS line in /etc/rc.conf. For example:
+net-profiles allows you to start some profiles on boot. Specify the profiles you want netcfg to start (in this order) in the NETWORKS line in /etc/conf.d/netcfg. Prefix a profile with a @ to start it in the background. For example:
- NETWORKS=(home mywireless)
+ NETWORKS=(@adsl @mywireless lan)
To run on boot, add 'net-profiles' to your DAEMONS line.