diff options
Diffstat (limited to 'src/lib/source/system/other')
| -rw-r--r-- | src/lib/source/system/other/cupsd-srv/producer-for | 1 | ||||
| -rw-r--r-- | src/lib/source/system/other/cupsd-srv/run | 11 | ||||
| -rw-r--r-- | src/lib/source/system/other/cupsd-srv/type | 1 | ||||
| -rw-r--r-- | src/lib/source/system/other/dbus-daemon-srv/notification-fd | 1 | ||||
| -rw-r--r-- | src/lib/source/system/other/dbus-daemon-srv/producer-for | 1 | ||||
| -rw-r--r-- | src/lib/source/system/other/dbus-daemon-srv/run | 15 | ||||
| -rw-r--r-- | src/lib/source/system/other/dbus-daemon-srv/type | 1 | ||||
| -rw-r--r-- | src/lib/source/system/other/sshd-srv/dependencies.d/networking | 0 | ||||
| -rw-r--r-- | src/lib/source/system/other/sshd-srv/producer-for | 1 | ||||
| -rw-r--r-- | src/lib/source/system/other/sshd-srv/run | 17 | ||||
| -rw-r--r-- | src/lib/source/system/other/sshd-srv/type | 1 |
11 files changed, 50 insertions, 0 deletions
diff --git a/src/lib/source/system/other/cupsd-srv/producer-for b/src/lib/source/system/other/cupsd-srv/producer-for new file mode 100644 index 0000000..7a53450 --- /dev/null +++ b/src/lib/source/system/other/cupsd-srv/producer-for @@ -0,0 +1 @@ +cupsd-log diff --git a/src/lib/source/system/other/cupsd-srv/run b/src/lib/source/system/other/cupsd-srv/run new file mode 100644 index 0000000..f9d84cd --- /dev/null +++ b/src/lib/source/system/other/cupsd-srv/run @@ -0,0 +1,11 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.cups.org/ + +fdmove -c 2 1 + +cupsd + -f + -c /etc/cups/cupsd.conf + -s /etc/cups/cups-files.conf diff --git a/src/lib/source/system/other/cupsd-srv/type b/src/lib/source/system/other/cupsd-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/other/cupsd-srv/type @@ -0,0 +1 @@ +longrun diff --git a/src/lib/source/system/other/dbus-daemon-srv/notification-fd b/src/lib/source/system/other/dbus-daemon-srv/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/notification-fd @@ -0,0 +1 @@ +3 diff --git a/src/lib/source/system/other/dbus-daemon-srv/producer-for b/src/lib/source/system/other/dbus-daemon-srv/producer-for new file mode 100644 index 0000000..f967dcb --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/producer-for @@ -0,0 +1 @@ +dbus-daemon-log diff --git a/src/lib/source/system/other/dbus-daemon-srv/run b/src/lib/source/system/other/dbus-daemon-srv/run new file mode 100644 index 0000000..73c44b6 --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/run @@ -0,0 +1,15 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.freedesktop.org/wiki/Software/dbus/ + +fdmove -c 2 1 + +foreground { dbus-uuidgen --ensure=/etc/machine-id } +foreground { install -m755 -g 81 -o 81 -d /run/dbus } + +dbus-daemon + --system + --nofork + --nopidfile + --print-pid=3 diff --git a/src/lib/source/system/other/dbus-daemon-srv/type b/src/lib/source/system/other/dbus-daemon-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/type @@ -0,0 +1 @@ +longrun diff --git a/src/lib/source/system/other/sshd-srv/dependencies.d/networking b/src/lib/source/system/other/sshd-srv/dependencies.d/networking new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/lib/source/system/other/sshd-srv/dependencies.d/networking diff --git a/src/lib/source/system/other/sshd-srv/producer-for b/src/lib/source/system/other/sshd-srv/producer-for new file mode 100644 index 0000000..b8ef8c5 --- /dev/null +++ b/src/lib/source/system/other/sshd-srv/producer-for @@ -0,0 +1 @@ +sshd-log diff --git a/src/lib/source/system/other/sshd-srv/run b/src/lib/source/system/other/sshd-srv/run new file mode 100644 index 0000000..6282b83 --- /dev/null +++ b/src/lib/source/system/other/sshd-srv/run @@ -0,0 +1,17 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.openssh.com/ + +fdmove -c 2 1 + +foreground { /bin/ssh-keygen -A } + +ifelse -n { /bin/sshd -t } +{ + exit 125 +} + +/bin/sshd + -D + -e diff --git a/src/lib/source/system/other/sshd-srv/type b/src/lib/source/system/other/sshd-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/other/sshd-srv/type @@ -0,0 +1 @@ +longrun |
