From e8c12569d54fe527de1b1d7296680deb650a4fd9 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 21 Nov 2022 11:58:34 +0100 Subject: [PATCH] fix typos --- rhel8/software.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rhel8/software.md b/rhel8/software.md index a174a092..3814d4b8 100644 --- a/rhel8/software.md +++ b/rhel8/software.md @@ -133,14 +133,14 @@ base::timers: persistence: false ``` -For each time following keys are mandatory +For each timer following keys are mandatory - `description` for a short explaination what it is about - `command` for the command to run -- `on_calendar` defining when it should run using the [`systemd` calendar event format](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events), (alternatively see also chapter "CALENDAR EVENTS" `man systemd.date`) +- `on_calendar` defining when it should run using the [`systemd` calendar event format](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events), (alternatively see also chapter "CALENDAR EVENTS" of `man systemd.date`) Optional is -- `persistence` which signals if the timer should run immediately after boot when the node was switched of on the last suggested run time (default is `false`) +- `persistence` which signals if the timer should run immediately after boot when the node was switched of on the last scheduled run time (default is `false`) ### Manage Services with Custom Unit Files @@ -165,9 +165,9 @@ base::services: ``` ### Enhance a Service with a Dropin Unit File -It is possible to fine-tune already existing `systemd` unit files with dropins. These are placed as `.conf` files in `/etc/systemd/system/service_name.service.d`. +It is possible to fine-tune already existing `systemd` unit files with dropins. These are placed as `.conf` files in `/etc/systemd/system/$SERVICE.service.d/`. -With the `dropin: true` parameter the content of the `options` parameter is now written into the according dropin directory: +With the `dropin: true` setting the content of the `options` parameter is written into the according dropin directory: ``` base::services: 'name_of_enhanced_service':