summaryrefslogtreecommitdiff
path: root/settings/xyz.openbmc_project.Settings.service
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2019-12-03 01:35:54 +0300
committerFeist, James <james.feist@intel.com>2019-12-05 23:52:12 +0300
commit403daa54a9eb438935856c2503a6124b9a4099f3 (patch)
tree420cab52972462dd82df20eb21ae1a7ae4399cb4 /settings/xyz.openbmc_project.Settings.service
parent91085296c36ed724df2dcb43023bf4768300f3fc (diff)
downloadprovingground-403daa54a9eb438935856c2503a6124b9a4099f3.tar.xz
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 <james.feist@linux.intel.com>
Diffstat (limited to 'settings/xyz.openbmc_project.Settings.service')
-rw-r--r--settings/xyz.openbmc_project.Settings.service11
1 files changed, 11 insertions, 0 deletions
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