sys-apps/smartmontools: remove unused file
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 5 May 2019 12:30:48 +0000 (14:30 +0200)
committerAaron Bauman <bman@gentoo.org>
Mon, 13 May 2019 17:55:37 +0000 (13:55 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11909
Signed-off-by: Aaron Bauman <bman@gentoo.org>
sys-apps/smartmontools/files/smartd.systemd [deleted file]

diff --git a/sys-apps/smartmontools/files/smartd.systemd b/sys-apps/smartmontools/files/smartd.systemd
deleted file mode 100644 (file)
index bdcbdbb..0000000
+++ /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