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