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/org.freedesktop.timedate1.busname | |
parent | a6e9f2b911ce13618b3f0fcd3d23ecb6471e07ba (diff) | |
download | systemd-cde360cd5de39fb910ebfcc0839f8c3fa465ef8b.tar.gz |
units: ship busname units for the bus activated services we ship
Diffstat (limited to 'units/org.freedesktop.timedate1.busname')
-rw-r--r-- | units/org.freedesktop.timedate1.busname | 14 |
1 files changed, 14 insertions, 0 deletions
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 |