]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
smartd.service.in: declaring After=syslog.target is unnecessary by now because syslog...
authorGiuseppe Iuculano <iuculano@debian.org>
Sun, 5 Oct 2014 08:57:32 +0000 (10:57 +0200)
committerGiuseppe Iuculano <iuculano@debian.org>
Sun, 5 Oct 2014 08:57:32 +0000 (10:57 +0200)
debian/patches/removesyslogtarget.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/removesyslogtarget.patch b/debian/patches/removesyslogtarget.patch
new file mode 100644 (file)
index 0000000..cc3f402
--- /dev/null
@@ -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
index fe9cf92f1362ef201785e84f57756a18c7874e59..717fe330f231a8f6a6ba77a698c76b77ff95dfd0 100644 (file)
@@ -5,3 +5,4 @@
 63_removable.patch
 manpage.diff
 kfreebsd.patch
+removesyslogtarget.patch