summaryrefslogtreecommitdiff
path: root/settings/xyz.openbmc_project.Settings.service
diff options
context:
space:
mode:
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