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