diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-20 01:34:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-20 01:34:59 +0200 |
commit | 9949ac0cec2aa0de4159260b2817e136825dbc3c (patch) | |
tree | eaa0fe34cf8da698c90c35de398771d9e6fedacd /units/systemd-logger.service.in | |
parent | dec5d55298280120ad561e2e1f123d57c2c4af1c (diff) |
logger: we need to be started after syslog
Diffstat (limited to 'units/systemd-logger.service.in')
-rw-r--r-- | units/systemd-logger.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 53ea586352..39a20013b4 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -9,6 +9,7 @@ [Unit] Description=systemd Logging Daemon +After=@SPECIAL_SYSLOG_SERVICE@ [Service] ExecStart=@pkglibexecdir@/systemd-logger |