From 761cef4f8cfde15451278cf6ed0b8f00f1ed6704 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 19 Jan 2024 14:17:24 +0100 Subject: [PATCH] document how to add a dropin file with Hiera --- admin-guide/configuration/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-guide/configuration/services.md b/admin-guide/configuration/services.md index fefa7070..6a7f0aa5 100644 --- a/admin-guide/configuration/services.md +++ b/admin-guide/configuration/services.md @@ -95,8 +95,8 @@ base::services: options: Service: ExecStart: - - '' - - '/usr/sbin/my_service --verbose' + - '' + - '/usr/sbin/my_service --verbose' ``` If there are multiple dropins, you might also name them individually with the `dropin_name` parameter.