diff options
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 |