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:32 +01:00
parent 77350b0a1d
commit 6fe66834fd
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ __package nfs-kernel-server --state installed
require="__package/nfs-kernel-server" \
__process nfs-kernel-server --state running \
--start "/etc/init.d/portmap start" \
--name rpc.mountd
--name ".*rpc.mountd.*"