aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@bsdfrog.org>2014-08-16 03:03:09 +0800
committerAntoine Jacoutot <ajacoutot@bsdfrog.org>2014-08-16 03:03:09 +0800
commit85c227cfd480c92cab6c76126e570ef2b1fa4308 (patch)
tree3b48e55d447e74cc333796e82ce691814d941717
parent5efd4ba3c37bd4b0c09889514df31d4788047aec (diff)
downloadsystembsd-85c227cfd480c92cab6c76126e570ef2b1fa4308.tar
systembsd-85c227cfd480c92cab6c76126e570ef2b1fa4308.tar.gz
systembsd-85c227cfd480c92cab6c76126e570ef2b1fa4308.tar.bz2
systembsd-85c227cfd480c92cab6c76126e570ef2b1fa4308.tar.lz
systembsd-85c227cfd480c92cab6c76126e570ef2b1fa4308.tar.xz
systembsd-85c227cfd480c92cab6c76126e570ef2b1fa4308.tar.zst
systembsd-85c227cfd480c92cab6c76126e570ef2b1fa4308.zip
conf -> service-files
-rw-r--r--conf/service-files/org.freedesktop.hostname1.service.in4
-rw-r--r--conf/service-files/org.freedesktop.locale1.service.in4
-rw-r--r--conf/service-files/org.freedesktop.login1.service.in4
-rw-r--r--conf/service-files/org.freedesktop.timedate1.service.in4
4 files changed, 16 insertions, 0 deletions
diff --git a/conf/service-files/org.freedesktop.hostname1.service.in b/conf/service-files/org.freedesktop.hostname1.service.in
new file mode 100644
index 0000000..0d3abf0
--- /dev/null
+++ b/conf/service-files/org.freedesktop.hostname1.service.in
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Names=org.freedesktop.hostname1i
+Exec=@BINDIR@/systemd-hostnamed
+User=root
diff --git a/conf/service-files/org.freedesktop.locale1.service.in b/conf/service-files/org.freedesktop.locale1.service.in
new file mode 100644
index 0000000..25b39f7
--- /dev/null
+++ b/conf/service-files/org.freedesktop.locale1.service.in
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Names=org.freedesktop.locale1
+Exec=@BINDIR@/systemd-localed
+User=root
diff --git a/conf/service-files/org.freedesktop.login1.service.in b/conf/service-files/org.freedesktop.login1.service.in
new file mode 100644
index 0000000..fac4a3a
--- /dev/null
+++ b/conf/service-files/org.freedesktop.login1.service.in
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Names=org.freedesktop.login1
+Exec=@BINDIR@/systemd-logind
+User=root
diff --git a/conf/service-files/org.freedesktop.timedate1.service.in b/conf/service-files/org.freedesktop.timedate1.service.in
new file mode 100644
index 0000000..29cfea6
--- /dev/null
+++ b/conf/service-files/org.freedesktop.timedate1.service.in
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Names=org.freedesktop.timedate1
+Exec=@BINDIR@/systemd-timedated
+User=root