add socklog package and services

This commit is contained in:
desolate
2026-05-19 15:41:38 +03:00
parent d37aada70b
commit a5de6c18b2
8 changed files with 20 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_service "nanoklogd"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_service "socklog-unix"
+2
View File
@@ -9,3 +9,5 @@ INSTALLING SERVICES:
. "$SERVICES_DIR/install-dbus.sh"
. "$SERVICES_DIR/install-emptty.sh"
. "$SERVICES_DIR/install-seatd.sh"
. "$SERVICES_DIR/install-socklog-unix.sh"
. "$SERVICES_DIR/install-nanoklogd.sh"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
run_service "nanoklogd"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
run_service "socklog-unix"
+2
View File
@@ -10,3 +10,5 @@ RUNNING SERVICES:
. "$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"