1
0
Fork 0
mirror of https://github.com/kou029w/yama.git synced 2025-01-19 00:18:06 +00:00
yama/apkovl/etc/init.d/setup-yama

7 lines
114 B
Text
Raw Normal View History

2022-06-01 01:07:38 +09:00
#!/sbin/openrc-run
start() {
if [ -x /media/mmcblk0p1/setup-yama ]; then
/media/mmcblk0p1/setup-yama
fi
}