summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings/CMakeLists.txt3
-rw-r--r--settings/xyz.openbmc_project.Settings.service (renamed from settings/settings.service)0
2 files changed, 2 insertions, 1 deletions
diff --git a/settings/CMakeLists.txt b/settings/CMakeLists.txt
index 3e8145c..1a8f0b8 100644
--- a/settings/CMakeLists.txt
+++ b/settings/CMakeLists.txt
@@ -79,4 +79,5 @@ if (NOT YOCTO)
endif ()
install (TARGETS settings DESTINATION bin)
-install (FILES settings.service DESTINATION /lib/systemd/system/) \ No newline at end of file
+install (FILES xyz.openbmc_project.Settings.service DESTINATION
+ /lib/systemd/system/)
diff --git a/settings/settings.service b/settings/xyz.openbmc_project.Settings.service
index 4b8ddb5..4b8ddb5 100644
--- a/settings/settings.service
+++ b/settings/xyz.openbmc_project.Settings.service