From: kremlin Date: Mon, 18 Aug 2014 01:54:08 +0000 (-0500) Subject: s/Names=/Name=/g in .service.in files X-Git-Tag: gsoc-final~3 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=6031a90d2184c5a010773fdb49dfca1fbeee14a5;hp=3808ecc5e6861963d7474c284e48f26cfeeec9cb s/Names=/Name=/g in .service.in files the Names param in .service files expects > 1 name, otherwise dbus won't recognize it as a valid activatable service --- diff --git a/conf/service-files/org.freedesktop.hostname1.service.in b/conf/service-files/org.freedesktop.hostname1.service.in index 0d3abf0..389472b 100644 --- a/conf/service-files/org.freedesktop.hostname1.service.in +++ b/conf/service-files/org.freedesktop.hostname1.service.in @@ -1,4 +1,4 @@ [D-BUS Service] -Names=org.freedesktop.hostname1i +Name=org.freedesktop.hostname1 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 index 25b39f7..cba6973 100644 --- a/conf/service-files/org.freedesktop.locale1.service.in +++ b/conf/service-files/org.freedesktop.locale1.service.in @@ -1,4 +1,4 @@ [D-BUS Service] -Names=org.freedesktop.locale1 +Name=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 index fac4a3a..c597f3c 100644 --- a/conf/service-files/org.freedesktop.login1.service.in +++ b/conf/service-files/org.freedesktop.login1.service.in @@ -1,4 +1,4 @@ [D-BUS Service] -Names=org.freedesktop.login1 +Name=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 index 29cfea6..a3f1602 100644 --- a/conf/service-files/org.freedesktop.timedate1.service.in +++ b/conf/service-files/org.freedesktop.timedate1.service.in @@ -1,4 +1,4 @@ [D-BUS Service] -Names=org.freedesktop.timedate1 +Name=org.freedesktop.timedate1 Exec=@BINDIR@/systemd-timedated User=root