use pattern instead of string

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2012-01-06 10:46:06 +01:00
parent d88a4ea55f
commit 77350b0a1d
1 changed files with 1 additions and 1 deletions

View File

@ -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.*"