mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
12 lines
154 B
Bash
12 lines
154 B
Bash
#!/sbin/openrc-run
|
|
|
|
pidfile=/run/${RC_SVCNAME}.pid
|
|
command=/usr/bin/tiny-dfr
|
|
command_background=true
|
|
|
|
depend() {
|
|
need localmount
|
|
after modules-load
|
|
}
|
|
|
|
|