From 403daa54a9eb438935856c2503a6124b9a4099f3 Mon Sep 17 00:00:00 2001 From: James Feist Date: Mon, 2 Dec 2019 14:35:54 -0800 Subject: settings: match upstream service name Match it so the waits on things are the same. Tested: name changed Change-Id: I88171677a39d8a36fd2976122fe4f725b029735e Signed-off-by: James Feist --- settings/CMakeLists.txt | 3 ++- settings/settings.service | 11 ----------- settings/xyz.openbmc_project.Settings.service | 11 +++++++++++ 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 settings/settings.service create mode 100644 settings/xyz.openbmc_project.Settings.service 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/settings.service deleted file mode 100644 index 4b8ddb5..0000000 --- a/settings/settings.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Settings - -[Service] -ExecStart=/usr/bin/settings -Restart=always -BusName=xyz.openbmc_project.Settings -Type=dbus - -[Install] -WantedBy=multi-user.target diff --git a/settings/xyz.openbmc_project.Settings.service b/settings/xyz.openbmc_project.Settings.service new file mode 100644 index 0000000..4b8ddb5 --- /dev/null +++ b/settings/xyz.openbmc_project.Settings.service @@ -0,0 +1,11 @@ +[Unit] +Description=Settings + +[Service] +ExecStart=/usr/bin/settings +Restart=always +BusName=xyz.openbmc_project.Settings +Type=dbus + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3