Minor updates to imports and formatting

This commit is contained in:
Andrew Scott 2023-04-15 00:17:10 -04:00
parent e99b691a85
commit 7af6e34d7f
Signed by: a
GPG key ID: 7CD5A5977E4931C1
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
#!/bin/execlineb -P
fdmove -c 2 1
redirfd -r 0 /proc/kmsg
exec -c
ucspilogd
exec -c ucspilogd

View file

@ -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}

View file

@ -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}