Lines of smartd.service from check-in b4e23b21af that are changed by the sequence of edits moving toward check-in 716b0393df:
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:
7: smartd: _daemon
8: test -f /usr/local/etc/smartd.conf || { \
9: echo smartd requires config file to start. ; \
b4e23b21af 2019-10-20 10: exit 0 ; } \