diff options
author | Nils Schneider <nils@nilsschneider.net> | 2013-03-12 18:02:01 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-12 18:20:38 +0100 |
commit | 0f7aac271c521c2e30b833956eba40e42a79c420 (patch) | |
tree | 6520e31e0f2536fbcf49d2afbf33dfa0f4128abc /examples/fastd-debian-default | |
parent | ece6f99436f2e53718ab6710eff56e641ee45929 (diff) | |
download | fastd-0f7aac271c521c2e30b833956eba40e42a79c420.tar fastd-0f7aac271c521c2e30b833956eba40e42a79c420.zip |
add debian init script to examples/
fastd-debian-init should be copied to /etc/init.d/fastd
fastd-debian-default should be copied to /etc/default/fastd
Diffstat (limited to 'examples/fastd-debian-default')
-rw-r--r-- | examples/fastd-debian-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/fastd-debian-default b/examples/fastd-debian-default new file mode 100644 index 0000000..ba8d21b --- /dev/null +++ b/examples/fastd-debian-default @@ -0,0 +1,8 @@ +# This is the configuration file for /etc/init.d/fastd + +# +# Start only these VPNs automatically via init script. +# Allowed values are "all", "none" or space separated list of +# names of the VPNs. If empty, "all" is assumed. +# +AUTOSTART="all" |