9 lines
139 B
Text
9 lines
139 B
Text
#!/sbin/openrc-run
|
|
|
|
command="/usr/sbin/msm-fb-refresher"
|
|
command_args="--loop"
|
|
supervisor="supervise-daemon"
|
|
|
|
depend() {
|
|
after bootmisc
|
|
}
|