1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-22 22:35:11 +03:00
pmaports/extra-repos/systemd/multipath-tools/multipathd.initd
2025-01-10 13:02:34 +01:00

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"