From 7af6e34d7f86c113d8b9a787924b71015d470cdf Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sat, 15 Apr 2023 00:17:10 -0400 Subject: [PATCH] Minor updates to imports and formatting --- klogd/klogd-srv/run | 3 +-- smartmontools/smartd-srv/run | 2 +- tomoyo-tools/tomoyo-auditd-srv/run | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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}