diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-15 23:20:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-15 23:20:17 +0200 |
commit | 09477267f6b353ab607be55e59d2924187d401c4 (patch) | |
tree | b570b8a1b79446534615c0f1fcda5fbc7841fd74 /units/systemd-logger.service.in | |
parent | 05e343b70453716cc6292b17e7ef175a8c106aad (diff) |
units: rename [Meta] section to [Unit]
Diffstat (limited to 'units/systemd-logger.service.in')
-rw-r--r-- | units/systemd-logger.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 6723500e0e..fd0621abe7 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -1,4 +1,4 @@ -[Meta] +[Unit] Description=systemd Logging Daemon [Service] |