diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:31:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:53:31 +0100 |
commit | f1dd0c3f9b4a257e81ff9c6a08070c702a0db45a (patch) | |
tree | 34ae8bb9ab04facd195a83a6300306edac96479e /units | |
parent | 0732ec002ea941f32e8def518150d2b6423315e3 (diff) |
syslog: rework syslog detection so that we need no compile-time option what the name of the syslog implementation is
Diffstat (limited to 'units')
-rw-r--r-- | units/syslog.target.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/units/syslog.target.in b/units/syslog.target.in index 37d5de368b..d5410cf580 100644 --- a/units/syslog.target.in +++ b/units/syslog.target.in @@ -9,9 +9,3 @@ [Unit] Description=Syslog - -# As soon as all syslog services have native unit files this explicit -# dependency should be dropped, and replaced by alias symlinks in the -# .wants/ directory, to either the .service or .socket unit of the -# syslog service. -After=@SPECIAL_SYSLOG_SERVICE@ |