use pattern instead of string
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
d88a4ea55f
commit
77350b0a1d
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ require="__package/nfs-common" \
|
|||
require="__package/nfs-common" \
|
||||
__process statd --state running \
|
||||
--start "/etc/init.d/statd start" \
|
||||
--name rpc.statd
|
||||
--name "rpc.statd.*"
|
||||
|
|
Loading…
Reference in a new issue