mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
smartmontools: import from packages, update to the latest release
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006-2011 OpenWrt.org
|
||||
|
||||
START=95
|
||||
|
||||
start() {
|
||||
service_start /usr/sbin/smartd -q never
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /usr/sbin/smartd
|
||||
}
|
||||
|
||||
reload() {
|
||||
service_reload /usr/sbin/smartd
|
||||
}
|
||||
Reference in New Issue
Block a user