]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - debian/patches/removesyslogtarget.patch
Refresh original patches with new upstream release
[mirror_smartmontools-debian.git] / debian / patches / removesyslogtarget.patch
1 From: Giuseppe Iuculano <iuculano@debian.org>
2 Date: Thu, 27 Sep 2018 19:03:07 +0800
3 Subject: removesyslogtarget
4
5 declaring After=syslog.target is unnecessary by now because
6 syslog is socket-activated and will therefore be started when needed.
7 ---
8 smartd.service.in | 1 -
9 1 file changed, 1 deletion(-)
10
11 diff --git a/smartd.service.in b/smartd.service.in
12 index dc8b143..878a26c 100644
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