mirror of
https://github.com/kou029w/yama.git
synced 2025-01-19 00:18:06 +00:00
11 lines
267 B
Text
Executable file
11 lines
267 B
Text
Executable file
#!/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
|
|
}
|