From 9d79d619df41ee06865d9f88fb7553bee166d8a9 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 5 May 2019 14:30:48 +0200 Subject: [PATCH] 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 --- sys-apps/smartmontools/files/smartd.systemd | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sys-apps/smartmontools/files/smartd.systemd diff --git a/sys-apps/smartmontools/files/smartd.systemd b/sys-apps/smartmontools/files/smartd.systemd deleted file mode 100644 index bdcbdbbe306ab..0000000000000 --- 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