summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 057d59d..659e5b1 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -82,3 +82,8 @@ net_fs_list="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs"
#rc_after="clock"
#rc_before="local"
+# You can also enable the above commands here for each service. Below is an
+# example for service foo.
+#rc_foo_config="/etc/foo"
+#rc_foo_need="openvpn"
+#rc_foo_after="clock"