summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-05-21 14:27:27 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-05-21 14:27:27 +0200
commit84bcce819205194663e692afe4179da83c2e2ab0 (patch)
treed6782fc8a6e0e26c0bb86ec54cbaeeef890a6905
parentsyncoid autosuspend: improve log out put and timer accuracy (diff)
ch-equinox-(ws|t450s): mask vboxweb.service
-rw-r--r--chaos-at-home/ch-equinox-t450s.yml6
-rw-r--r--chaos-at-home/ch-equinox-ws.yml6
2 files changed, 12 insertions, 0 deletions
diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml
index 80e99072..6a9bbcb4 100644
--- a/chaos-at-home/ch-equinox-t450s.yml
+++ b/chaos-at-home/ch-equinox-t450s.yml
@@ -69,3 +69,9 @@
else
echo "Touchpad not found..."
fi
+
+ - name: mask virtualbox web service unit
+ systemd:
+ name: vboxweb.service
+ masked: true
+ state: stopped
diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml
index 0db95730..90b1eed5 100644
--- a/chaos-at-home/ch-equinox-ws.yml
+++ b/chaos-at-home/ch-equinox-ws.yml
@@ -57,3 +57,9 @@
## workaround for spurious audio issues with Motu M4
ATTRS{idVendor}=="07fd", ATTRS{idProduct}=="0008", ATTR{power/control}="on", ATTR{power/persist}="0"
dest: /etc/udev/rules.d/90-motu-m4-power.rules
+
+ - name: mask virtualbox web service unit
+ systemd:
+ name: vboxweb.service
+ masked: true
+ state: stopped