nc-hdd-test: avoid systemd

This commit is contained in:
nachoparker 2019-01-12 08:38:46 -07:00
parent d21592c7d0
commit 6d358f0c5a

View File

@ -14,8 +14,8 @@ install()
{
apt-get update
apt-get install --no-install-recommends -y smartmontools
systemctl disable smartd
systemctl stop smartd
update-rc.d smartd disable
service smartd stop
}
configure()