mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 17:52:10 +01:00
11 lines
257 B
Bash
11 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"
|