forked from ungleich-public/cdist
use pattern instead of string
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
77350b0a1d
commit
6fe66834fd
1 changed files with 1 additions and 1 deletions
|
@ -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.*"
|
||||
|
|
Loading…
Reference in a new issue