remove service scripts leftovers

This commit is contained in:
desolate
2026-06-01 12:17:19 +03:00
parent 0bef633b6b
commit fa4b94ee34
8 changed files with 0 additions and 63 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
run_service "chronyd"
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
run_service "dbus"
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
run_service "emptty"
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
run_service "nanoklogd"
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
run_service "seatd"
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
run_service "socklog-unix"
-30
View File
@@ -1,30 +0,0 @@
if [ ! -d /etc/pipewire/pipewire.conf.d ]; then
sudo mkdir -p /etc/pipewire/pipewire.conf.d
fi
# Session Manager
if [ ! -e /etc/pipewire/pipewire.conf.d/10-wireplumber.conf ]; then
sudo ln -s /usr/share/examples/wireplumber/10-wireplumber.conf /etc/pipewire/pipewire.conf.d/
fi
# PulseAudio Interface
if [ ! -e /etc/pipewire/pipewire.conf.d/20-pipewire-pulse.conf ]; then
sudo ln -s /usr/share/examples/pipewire/20-pipewire-pulse.conf /etc/pipewire/pipewire.conf.d/
fi
# ALSA Integration
if [ ! -d /etc/alsa/conf.d ]; then
sudo mkdir -p /etc/alsa/conf.d
fi
if [ ! -e /usr/share/alsa/alsa.conf.d/50-pipewire.conf ]; then
sudo ln -s /usr/share/alsa/alsa.conf.d/50-pipewire.conf /etc/alsa/conf.d/
fi
if [ ! -e /usr/share/alsa/alsa.conf.d/99-pipewire-default.conf ]; then
sudo ln -s /usr/share/alsa/alsa.conf.d/99-pipewire-default.conf /etc/alsa/conf.d/
fi
-15
View File
@@ -1,15 +0,0 @@
#!/bin/sh
sudo true
gum style --foreground 4 "
RUNNING SERVICES:
"
. "$SERVICES_DIR/run-chronyd.sh"
. "$SERVICES_DIR/run-dbus.sh"
. "$SERVICES_DIR/run-emptty.sh"
. "$SERVICES_DIR/run-seatd.sh"
. "$SERVICES_DIR/run-wireplumber.sh"
. "$SERVICES_DIR/run-socklog-unix.sh"
. "$SERVICES_DIR/run-nanoklogd.sh"