mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
10 lines
257 B
Bash
10 lines
257 B
Bash
#!/sbin/openrc-run
|
|
|
|
description="Multipath monitoring daemon"
|
|
|
|
command="/usr/sbin/multipathd"
|
|
command_args="-d $command_args"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
output_log="/var/log/$RC_SVCNAME.log"
|
|
error_log="/var/log/$RC_SVCNAME.log"
|