]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - debian/patches/removesyslogtarget.patch
Refresh original patches with new upstream release
[mirror_smartmontools-debian.git] / debian / patches / removesyslogtarget.patch
CommitLineData
4c436a28
SL
1From: Giuseppe Iuculano <iuculano@debian.org>
2Date: Thu, 27 Sep 2018 19:03:07 +0800
3Subject: removesyslogtarget
4
6a8e2b98
GI
5declaring After=syslog.target is unnecessary by now because
6syslog is socket-activated and will therefore be started when needed.
4c436a28
SL
7---
8 smartd.service.in | 1 -
9 1 file changed, 1 deletion(-)
10
11diff --git a/smartd.service.in b/smartd.service.in
12index dc8b143..878a26c 100644
6a8e2b98
GI
13--- a/smartd.service.in
14+++ b/smartd.service.in
15@@ -1,7 +1,6 @@
16 [Unit]
17 Description=Self Monitoring and Reporting Technology (SMART) Daemon
18 Documentation=man:smartd(8) man:smartd.conf(5)
19-After=syslog.target
20
21 [Service]
22 EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools