puppet-standalone-mashup/shared/templates/base/init-d-header
2012-05-14 09:15:05 -04:00

8 lines
97 B
Bash

#!/bin/sh
PATH=<%= scope.lookupvar('base::path') %>
NAME=<%= name %>
DESC=<%= name %>
RETVAL=0