mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-22 22:35:11 +03:00
10 lines
257 B
Text
10 lines
257 B
Text
#!/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"
|