From: Michael Mair-Keimberger Date: Sun, 5 May 2019 12:30:48 +0000 (+0200) Subject: sys-apps/smartmontools: remove unused file X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d79d619df41ee06865d9f88fb7553bee166d8a9;p=gentoo.git sys-apps/smartmontools: remove unused file Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11909 Signed-off-by: Aaron Bauman --- diff --git a/sys-apps/smartmontools/files/smartd.systemd b/sys-apps/smartmontools/files/smartd.systemd deleted file mode 100644 index bdcbdbbe306a..000000000000 --- a/sys-apps/smartmontools/files/smartd.systemd +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Self Monitoring and Reporting Technology (SMART) Daemon -Documentation=man:smartd(8) man:smartd.conf(5) - -[Service] -ExecStart=/usr/sbin/smartd -n -ExecReload=/bin/kill -HUP $MAINPID -StandardOutput=syslog - -[Install] -WantedBy=multi-user.target