Lines of
smartd.service
from check-in 716b0393df
that are changed by the sequence of edits moving toward
check-in ebafd89015:
1: # vim:ft=make:
2:
3: DAEMON_smartd_COMMAND?=/usr/local/sbin/smartd
4: DAEMON_smartd_ENABLE?=no
5: DAEMON_smartd_FLAGS?=-c /usr/local/etc/smartd.conf -n
6:
716b0393df 2019-10-21 7: smartd: _daemon
8: .export DAEMON_$@_ENABLE
9: test -z "$${DAEMON_$@_ENABLE}" || \
10: test -f /usr/local/etc/smartd.conf || { \
11: echo smartd requires config file to start. ; \
12: false; \
13: }