summaryrefslogtreecommitdiff
path: root/units/syslog.target.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-03 19:53:37 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-03 19:53:37 +0200
commitaf65a09126e216d468592f069aee50dfe0382d3a (patch)
treee5b52ee96be55bbbcb3aab1eaf3328aa7678c6ec /units/syslog.target.in
parentdaf32cc791f26e2a9849e25b94304839e20fcc3b (diff)
units: update shipped unit files for DefaultDependencies=
Diffstat (limited to 'units/syslog.target.in')
-rw-r--r--units/syslog.target.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/units/syslog.target.in b/units/syslog.target.in
index 3057eda3cc..b9c4f18c35 100644
--- a/units/syslog.target.in
+++ b/units/syslog.target.in
@@ -9,5 +9,10 @@
[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.
Requires=@SPECIAL_SYSLOG_SERVICE@
After=@SPECIAL_SYSLOG_SERVICE@