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.