From 6a8e2b9875fba8daab2b2f58ba05d4d978ea6011 Mon Sep 17 00:00:00 2001 From: Giuseppe Iuculano Date: Sun, 5 Oct 2014 10:57:32 +0200 Subject: [PATCH] smartd.service.in: declaring After=syslog.target is unnecessary by now because syslog is socket-activated and will therefore be started when needed --- debian/patches/removesyslogtarget.patch | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/removesyslogtarget.patch diff --git a/debian/patches/removesyslogtarget.patch b/debian/patches/removesyslogtarget.patch new file mode 100644 index 0000000..cc3f402 --- /dev/null +++ b/debian/patches/removesyslogtarget.patch @@ -0,0 +1,12 @@ +declaring After=syslog.target is unnecessary by now because +syslog is socket-activated and will therefore be started when needed. +--- a/smartd.service.in ++++ b/smartd.service.in +@@ -1,7 +1,6 @@ + [Unit] + Description=Self Monitoring and Reporting Technology (SMART) Daemon + Documentation=man:smartd(8) man:smartd.conf(5) +-After=syslog.target + + [Service] + EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools diff --git a/debian/patches/series b/debian/patches/series index fe9cf92..717fe33 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ 63_removable.patch manpage.diff kfreebsd.patch +removesyslogtarget.patch -- 2.39.2