From 015f99352f23775ecda0738d1015578902eea8fd Mon Sep 17 00:00:00 2001 From: mickael e Date: Wed, 8 May 2019 16:18:51 -0400 Subject: [PATCH] Autostart sd-proxy and sd-whonix at login Initial client login (after booting of workstation) would fail due to timeout, due to sd-proxy boot time. The initial decryption is also slow, due to the starting of sd-gpg. --- dom0/sd-gpg.sls | 1 + dom0/sd-proxy.sls | 1 + 2 files changed, 2 insertions(+) diff --git a/dom0/sd-gpg.sls b/dom0/sd-gpg.sls index 5300993c..50b78619 100644 --- a/dom0/sd-gpg.sls +++ b/dom0/sd-gpg.sls @@ -20,6 +20,7 @@ sd-gpg: - label: purple - prefs: - netvm: "" + - autostart: true - tags: - add: - sd-workstation diff --git a/dom0/sd-proxy.sls b/dom0/sd-proxy.sls index 1b2c42c9..78a30fca 100644 --- a/dom0/sd-proxy.sls +++ b/dom0/sd-proxy.sls @@ -32,6 +32,7 @@ sd-proxy: - prefs: - netvm: sd-whonix - kernelopts: "nopat apparmor=1 security=apparmor" + - autostart: true - tags: - add: - sd-workstation