mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
9 lines
116 B
Text
9 lines
116 B
Text
#!/sbin/openrc-run
|
|
|
|
name=mbpfan
|
|
command=/usr/sbin/mbpfan
|
|
start_stop_daemon_args="--quiet"
|
|
|
|
depend() {
|
|
use logger
|
|
}
|