diff --git a/klogd/klogd-srv/run b/klogd/klogd-srv/run index ae9935a..ef70557 100644 --- a/klogd/klogd-srv/run +++ b/klogd/klogd-srv/run @@ -1,5 +1,4 @@ #!/bin/execlineb -P fdmove -c 2 1 redirfd -r 0 /proc/kmsg -exec -c -ucspilogd +exec -c ucspilogd diff --git a/smartmontools/smartd-srv/run b/smartmontools/smartd-srv/run index 87b3ae9..c183388 100644 --- a/smartmontools/smartd-srv/run +++ b/smartmontools/smartd-srv/run @@ -1,5 +1,5 @@ #!/bin/execlineb -P envfile /etc/s6/config/smartd.conf -importas -uD "" SMARTD_OPTS SMARTD_OPTS +importas -sCuD "" SMARTD_OPTS SMARTD_OPTS fdmove -c 2 1 exec smartd -d ${SMARTD_OPTS} diff --git a/tomoyo-tools/tomoyo-auditd-srv/run b/tomoyo-tools/tomoyo-auditd-srv/run index a8ea5b6..1c5ac90 100644 --- a/tomoyo-tools/tomoyo-auditd-srv/run +++ b/tomoyo-tools/tomoyo-auditd-srv/run @@ -1,5 +1,5 @@ #!/bin/execlineb -P envfile /etc/s6/config/tomoyo-auditd.conf -importas -uD "" REMOTE REMOTE +importas -sCuD "" REMOTE REMOTE fdmove -c 2 1 exec tomoyo-auditd ${REMOTE}