AvANa-BBS / freepto-lb

Encrypted GNU/Linux OS (based on Debian Wheezy) which can be installed on USB flash drive. Freepto is designed for encrypt your communications, carry your documents in secure way and save your anonymity.
http://www.freepto.mx/
43 stars 14 forks source link

OpenVPN daemon disabled at boot time #111

Closed ghost closed 10 years ago

ghost commented 10 years ago

We have to disable some not required daemons automatically started at boot

boyska commented 10 years ago

examples?

ghost commented 10 years ago

openvpn try to start something:

"If you install OpenVPN via an RPM or DEB package on Linux, the installer will set up an initscript. When executed, the initscript will scan for .conf configuration files in /etc/openvpn, and if found, will start up a separate OpenVPN daemon for each file." http://openvpn.net/index.php/open-source/documentation/howto.html#startup

as you have suggested we can add:

AUTOSTART="none"

in the /etc/default/openvpn configuration file

boyska commented 10 years ago

ok, you do it! (I think it has very low priority, but it is fine anyway)