summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-12-19 23:22:15 +0100
committerAlyssa Ross <hi@alyssa.is>2023-12-20 02:23:21 +0100
commit4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8 (patch)
tree1f047d68ac5acc340a823fd36dea7d8793455f70
parent330876cefdb19781b80acf4894b9b4f98c705f82 (diff)
downloadspectrum-4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8.tar
spectrum-4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8.tar.gz
spectrum-4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8.tar.bz2
spectrum-4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8.tar.lz
spectrum-4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8.tar.xz
spectrum-4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8.tar.zst
spectrum-4738d6c8000704aa6f84ecd83cb4a9efb6ae47b8.zip
vm/sys/net: remove unused D-Bus stuff
Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--vm/sys/net/etc/s6-rc/dbus/run8
1 files changed, 0 insertions, 8 deletions
diff --git a/vm/sys/net/etc/s6-rc/dbus/run b/vm/sys/net/etc/s6-rc/dbus/run
index b452e92..26dd403 100644
--- a/vm/sys/net/etc/s6-rc/dbus/run
+++ b/vm/sys/net/etc/s6-rc/dbus/run
@@ -3,14 +3,6 @@
 # SPDX-FileCopyrightText: 2020-2021 Alyssa Ross <hi@alyssa.is>
 
 foreground { mkdir /run/dbus }
-# Busybox cp doesn't have -n to avoid copying to paths that
-# already exist, but we can abuse -u for the same effect,
-# since every file in the store is from Jan 1 1970.
-# foreground { cp -u ${dbus}/libexec/dbus-daemon-launch-helper /run }
-# foreground { chgrp messagebus /run/dbus-daemon-launch-helper }
-# foreground { chmod 4550 /run/dbus-daemon-launch-helper }
-
-# dbus-daemon --nofork --nosyslog --nopidfile --config-file=/etc/dbus-1/system.conf
 
 dbus-daemon
   --config-file=/usr/share/dbus-1/system.conf