mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-12-22 02:13:11 -05:00
Minor updates to imports and formatting
This commit is contained in:
parent
e99b691a85
commit
7af6e34d7f
3 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
fdmove -c 2 1
|
fdmove -c 2 1
|
||||||
redirfd -r 0 /proc/kmsg
|
redirfd -r 0 /proc/kmsg
|
||||||
exec -c
|
exec -c ucspilogd
|
||||||
ucspilogd
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
envfile /etc/s6/config/smartd.conf
|
envfile /etc/s6/config/smartd.conf
|
||||||
importas -uD "" SMARTD_OPTS SMARTD_OPTS
|
importas -sCuD "" SMARTD_OPTS SMARTD_OPTS
|
||||||
fdmove -c 2 1
|
fdmove -c 2 1
|
||||||
exec smartd -d ${SMARTD_OPTS}
|
exec smartd -d ${SMARTD_OPTS}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
envfile /etc/s6/config/tomoyo-auditd.conf
|
envfile /etc/s6/config/tomoyo-auditd.conf
|
||||||
importas -uD "" REMOTE REMOTE
|
importas -sCuD "" REMOTE REMOTE
|
||||||
fdmove -c 2 1
|
fdmove -c 2 1
|
||||||
exec tomoyo-auditd ${REMOTE}
|
exec tomoyo-auditd ${REMOTE}
|
||||||
|
|
Loading…
Reference in a new issue