document how to add a dropin file with Hiera

This commit is contained in:
2024-01-19 14:17:24 +01:00
parent 5f9d6ad87c
commit 761cef4f8c
+2 -2
View File
@@ -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.