From e7eac9545397180685770035e3d074d1e306a5eb Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 31 Oct 2021 18:03:51 -0500 Subject: [PATCH] Fix path names for templates to match target system --- .../34/usr/lib/{ => systemd}/system/mariadb-copytls.service | 0 .../Fedora/34/usr/lib/{ => systemd}/system/mariadb-copytls.timer | 0 templates/Fedora/34/usr/lib/{ => systemd}/system/mariadb.service | 0 templates/Fedora/34/usr/lib/{ => systemd}/system/mariadb@.service | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename templates/Fedora/34/usr/lib/{ => systemd}/system/mariadb-copytls.service (100%) rename templates/Fedora/34/usr/lib/{ => systemd}/system/mariadb-copytls.timer (100%) rename templates/Fedora/34/usr/lib/{ => systemd}/system/mariadb.service (100%) rename templates/Fedora/34/usr/lib/{ => systemd}/system/mariadb@.service (100%) diff --git a/templates/Fedora/34/usr/lib/system/mariadb-copytls.service b/templates/Fedora/34/usr/lib/systemd/system/mariadb-copytls.service similarity index 100% rename from templates/Fedora/34/usr/lib/system/mariadb-copytls.service rename to templates/Fedora/34/usr/lib/systemd/system/mariadb-copytls.service diff --git a/templates/Fedora/34/usr/lib/system/mariadb-copytls.timer b/templates/Fedora/34/usr/lib/systemd/system/mariadb-copytls.timer similarity index 100% rename from templates/Fedora/34/usr/lib/system/mariadb-copytls.timer rename to templates/Fedora/34/usr/lib/systemd/system/mariadb-copytls.timer diff --git a/templates/Fedora/34/usr/lib/system/mariadb.service b/templates/Fedora/34/usr/lib/systemd/system/mariadb.service similarity index 100% rename from templates/Fedora/34/usr/lib/system/mariadb.service rename to templates/Fedora/34/usr/lib/systemd/system/mariadb.service diff --git a/templates/Fedora/34/usr/lib/system/mariadb@.service b/templates/Fedora/34/usr/lib/systemd/system/mariadb@.service similarity index 100% rename from templates/Fedora/34/usr/lib/system/mariadb@.service rename to templates/Fedora/34/usr/lib/systemd/system/mariadb@.service