From 2f56bae4a5ad2b61816968c8692b4963cace6a57 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 4 Aug 2023 14:45:15 -0400 Subject: [PATCH] use consistent naming for system drop-in configs --- systemd/system/sshd.service.d/{limits.conf => local.conf} | 0 .../system/sysstat-collect.timer.d/{minutely.conf => local.conf} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename systemd/system/sshd.service.d/{limits.conf => local.conf} (100%) rename systemd/system/sysstat-collect.timer.d/{minutely.conf => local.conf} (100%) diff --git a/systemd/system/sshd.service.d/limits.conf b/systemd/system/sshd.service.d/local.conf similarity index 100% rename from systemd/system/sshd.service.d/limits.conf rename to systemd/system/sshd.service.d/local.conf diff --git a/systemd/system/sysstat-collect.timer.d/minutely.conf b/systemd/system/sysstat-collect.timer.d/local.conf similarity index 100% rename from systemd/system/sysstat-collect.timer.d/minutely.conf rename to systemd/system/sysstat-collect.timer.d/local.conf