diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-05 14:30:48 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:55:37 -0400 |
commit | 9d79d619df41ee06865d9f88fb7553bee166d8a9 (patch) | |
tree | ab1bbfffba884f58e01e0cb00c92be5f41c0d6ef /sys-apps/smartmontools | |
parent | app-accessibility/julius: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-9d79d619df41ee06865d9f88fb7553bee166d8a9.tar.gz gentoo-9d79d619df41ee06865d9f88fb7553bee166d8a9.tar.bz2 gentoo-9d79d619df41ee06865d9f88fb7553bee166d8a9.zip |
sys-apps/smartmontools: remove unused file
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>
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/files/smartd.systemd | 11 |
1 files changed, 0 insertions, 11 deletions
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 |