diff options
author | Michael Biebl <biebl@debian.org> | 2012-03-06 23:25:05 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-03-06 23:25:05 +0100 |
commit | b75d13c7f28ff6dd30be5a76800913306002d853 (patch) | |
tree | fbe45d57f253f6848585e7492be1c957d8a0bef2 | |
parent | 1cb5b9e89ed7b7b4f918e7529b003831a870e449 (diff) | |
download | rsyslog-b75d13c7f28ff6dd30be5a76800913306002d853.tar.gz |
Install syslog.service alias
so rsyslog is properly socket activated with newer versions of systemd.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/rsyslog.links | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0676f1c..29df1d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,8 +20,11 @@ rsyslog (5.8.8-1) UNRELEASED; urgency=low * debian/rsyslog.default - Update comments regarding available command line switches. Remove deprecated options. + * debian/rsyslog.links + - Install syslog.service alias so rsyslog is properly socket activated + with newer versions of systemd. - -- Michael Biebl <biebl@debian.org> Tue, 06 Mar 2012 01:12:56 +0100 + -- Michael Biebl <biebl@debian.org> Tue, 06 Mar 2012 23:23:28 +0100 rsyslog (5.8.6-1) unstable; urgency=low diff --git a/debian/rsyslog.links b/debian/rsyslog.links index d22de04..c9d3179 100644 --- a/debian/rsyslog.links +++ b/debian/rsyslog.links @@ -1 +1,2 @@ lib/systemd/system/rsyslog.service etc/systemd/system/multi-user.target.wants/rsyslog.service +lib/systemd/system/rsyslog.service etc/systemd/system/syslog.service |