From cac1ad56fb68d6807ef468d449f143a76b78a7d1 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 19 Feb 2023 20:29:42 +0400 Subject: [PATCH] Eliminated systemd dir in an init dir. --- Makefile | 2 +- init/{systemd/dwelling-radio.service => systemd.service} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename init/{systemd/dwelling-radio.service => systemd.service} (100%) diff --git a/Makefile b/Makefile index 039f8bc..975bb9f 100755 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE install -Dm 0644 configs/logrotate ${DESTDIR}etc/logrotate.d/${TARGET} - install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service + install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service uninstall: rm ${DESTDIR}usr/bin/${TARGET} diff --git a/init/systemd/dwelling-radio.service b/init/systemd.service similarity index 100% rename from init/systemd/dwelling-radio.service rename to init/systemd.service