mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-29 12:31:35 +01:00
these are not split into two ports. 1. multipathd (multipath monitoring daemon) 2. mutlipath (initialized paths) multipathd is now using supervision
8 lines
177 B
Plaintext
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
|