diff options
author | Kay Sievers <kay@vrfy.org> | 2013-12-16 23:25:32 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-12-16 23:25:32 +0100 |
commit | eca7a27add5aa3ec85c272fc4cef287fdca034ce (patch) | |
tree | a8ecb96e21f047b1dabcf13264217f3c5a267e52 | |
parent | 294c866023d05162880b056fea5242d25cd9e865 (diff) |
bus: fix typo in systemd-bus-proxyd
-rw-r--r-- | units/systemd-bus-proxyd@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-bus-proxyd@.service.in b/units/systemd-bus-proxyd@.service.in index 93d6563201..24b1200066 100644 --- a/units/systemd-bus-proxyd@.service.in +++ b/units/systemd-bus-proxyd@.service.in @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -[Description] +[Unit] Description=Legacy D-Bus Protocol Compatibility Daemon [Service] |