mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-11-13 15:50:49 -05:00
6 lines
139 B
Text
6 lines
139 B
Text
|
#!/bin/execlineb -P
|
||
|
envfile /etc/s6/config/smartd.conf
|
||
|
importas -uD "" SMARTD_OPTS SMARTD_OPTS
|
||
|
fdmove -c 2 1
|
||
|
exec smartd -d ${SMARTD_OPTS}
|