diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-03 04:27:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-03 04:28:02 +0100 |
commit | cde360cd5de39fb910ebfcc0839f8c3fa465ef8b (patch) | |
tree | 96e835d318cda8bfffc8956c1300be19d5c1eece /units | |
parent | a6e9f2b911ce13618b3f0fcd3d23ecb6471e07ba (diff) |
units: ship busname units for the bus activated services we ship
Diffstat (limited to 'units')
-rw-r--r-- | units/org.freedesktop.hostname1.busname | 14 | ||||
-rw-r--r-- | units/org.freedesktop.locale1.busname | 14 | ||||
-rw-r--r-- | units/org.freedesktop.login1.busname | 15 | ||||
-rw-r--r-- | units/org.freedesktop.machine1.busname | 14 | ||||
-rw-r--r-- | units/org.freedesktop.timedate1.busname | 14 |
5 files changed, 71 insertions, 0 deletions
diff --git a/units/org.freedesktop.hostname1.busname b/units/org.freedesktop.hostname1.busname new file mode 100644 index 0000000000..fb75a07918 --- /dev/null +++ b/units/org.freedesktop.hostname1.busname @@ -0,0 +1,14 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Hostname Service Bus Name +Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed + +[BusName] +Service=systemd-hostnamed.service diff --git a/units/org.freedesktop.locale1.busname b/units/org.freedesktop.locale1.busname new file mode 100644 index 0000000000..5af2ee7b05 --- /dev/null +++ b/units/org.freedesktop.locale1.busname @@ -0,0 +1,14 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Locale Service Bus Name +Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed + +[BusName] +Service=systemd-localed.service diff --git a/units/org.freedesktop.login1.busname b/units/org.freedesktop.login1.busname new file mode 100644 index 0000000000..f3b52ed721 --- /dev/null +++ b/units/org.freedesktop.login1.busname @@ -0,0 +1,15 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Login Service Bus Name +Documentation=man:systemd-logind.service(8) man:logind.conf(5) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/logind +Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat + +[BusName] +Service=systemd-logind.service diff --git a/units/org.freedesktop.machine1.busname b/units/org.freedesktop.machine1.busname new file mode 100644 index 0000000000..e6b83025a1 --- /dev/null +++ b/units/org.freedesktop.machine1.busname @@ -0,0 +1,14 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Virtual Machine and Container Registration Service Bus Name +Documentation=man:systemd-machined.service(8) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined + +[BusName] +Service=systemd-machined.service diff --git a/units/org.freedesktop.timedate1.busname b/units/org.freedesktop.timedate1.busname new file mode 100644 index 0000000000..ee50e3df13 --- /dev/null +++ b/units/org.freedesktop.timedate1.busname @@ -0,0 +1,14 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Time & Date Service Bus Name +Documentation=man:systemd-timedated.service(8) man:localtime(5) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated + +[BusName] +Service=systemd-timedated.service |