From: Antoine Jacoutot Date: Fri, 15 Aug 2014 19:03:09 +0000 (+0200) Subject: conf -> service-files X-Git-Tag: gsoc-final~18^2~1 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=85c227cfd480c92cab6c76126e570ef2b1fa4308 conf -> service-files --- 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