61133a23ae
[ci:skip-build]: already built successfully in CI
6 lines
129 B
Bash
6 lines
129 B
Bash
#!/bin/sh
|
|
/usr/sbin/msm-fb-refresher --loop &
|
|
{
|
|
echo "#!/bin/sh"
|
|
echo "kill $!"
|
|
} > /hooks-cleanup/msm-fb-refresher-cleanup.sh
|