Closed troglobit closed 7 months ago
Telling finit to mark a template service for reload, using initctl touch template@foo, does not work since the internal conf() function assumes all services are in $rcsd/available, which is not true for templates.
initctl touch template@foo
conf()
$rcsd/available
Telling finit to mark a template service for reload, using
initctl touch template@foo
, does not work since the internalconf()
function assumes all services are in$rcsd/available
, which is not true for templates.