From 6031a90d2184c5a010773fdb49dfca1fbeee14a5 Mon Sep 17 00:00:00 2001 From: kremlin Date: Sun, 17 Aug 2014 20:54:08 -0500 Subject: [PATCH] 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 --- conf/service-files/org.freedesktop.hostname1.service.in | 2 +- conf/service-files/org.freedesktop.locale1.service.in | 2 +- conf/service-files/org.freedesktop.login1.service.in | 2 +- conf/service-files/org.freedesktop.timedate1.service.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.41.0