summaryrefslogtreecommitdiff
path: root/src/conf_mode/system-proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode/system-proxy.py')
-rwxr-xr-xsrc/conf_mode/system-proxy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_mode/system-proxy.py b/src/conf_mode/system-proxy.py
index cf72a1f96..02536c2ab 100755
--- a/src/conf_mode/system-proxy.py
+++ b/src/conf_mode/system-proxy.py
@@ -23,6 +23,9 @@ import re
from vyos import ConfigError
from vyos.config import Config
+from vyos import airbag
+airbag.enable()
+
proxy_def = r'/etc/profile.d/vyos-system-proxy.sh'