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