megabit-os/apkovl/etc/init.d/megabit-sync

12 lines
267 B
Text
Raw Normal View History

2021-07-25 13:56:57 +09:00
#!/sbin/openrc-run
name=megabit-sync
command="/usr/local/bin/megabit-sync"
pidfile="/var/run/megabit-sync.pid"
start_pre() {
mkdir -p /mnt/tmp
mount /usr/share/megabit/tmp.img /mnt/tmp
modprobe -r g_acm_ms
modprobe g_acm_ms file=/usr/share/megabit/tmp.img
2021-07-25 13:56:57 +09:00
}