From 85c227cfd480c92cab6c76126e570ef2b1fa4308 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Fri, 15 Aug 2014 21:03:09 +0200 Subject: [PATCH] conf -> service-files --- conf/service-files/org.freedesktop.hostname1.service.in | 4 ++++ conf/service-files/org.freedesktop.locale1.service.in | 4 ++++ conf/service-files/org.freedesktop.login1.service.in | 4 ++++ conf/service-files/org.freedesktop.timedate1.service.in | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 conf/service-files/org.freedesktop.hostname1.service.in create mode 100644 conf/service-files/org.freedesktop.locale1.service.in create mode 100644 conf/service-files/org.freedesktop.login1.service.in create mode 100644 conf/service-files/org.freedesktop.timedate1.service.in 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 -- 2.41.0