aports/main/multipath-tools/multipathd.initd
Carlo Landmeter fdae24b899 main/multipath-tools: fix initd scripts
these are not split into two ports.

1. multipathd (multipath monitoring daemon)
2. mutlipath (initialized paths)

multipathd is now using supervision
2019-10-14 13:38:15 +00:00

8 lines
177 B
Plaintext

#!/sbin/openrc-run
supervisor=supervise-daemon
command=/sbin/multipathd
command_args_foreground="-d"
output_log=/var/log/${RC_SVCNAME}.log
error_log=/var/log/${RC_SVCNAME}.log