Skip to content

Commit

Permalink
Merge pull request #2631 from freenas/tkt-76242
Browse files Browse the repository at this point in the history
tkt-76242: let truenas ha code manage smartd service
  • Loading branch information
yocalebo committed Feb 21, 2019
2 parents 6a41ddb + a035772 commit d8773dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/freenas/etc/rc.conf.local
Expand Up @@ -579,12 +579,17 @@ _gen_conf()
_bool_svcconfig openssh_enable ssh
_bool_svcconfig inetd_enable tftp
_bool_svcconfig inadyn_enable dynamicdns
_bool_svcconfig smartd_daemon_enable smartd
_bool_svcconfig ladvd_enable lldp
_bool_svcconfig ctld_enable iscsitarget
_bool_svcconfig apache24_enable webdav
_bool_svcconfig netdata_enable netdata
# Let TrueNAS HA code manage smartd service
# Redmine 76242
if [ ${failover_licensed} -ne 1 ]; then
_bool_svcconfig smartd_daemon_enable smartd
fi
_bool_svcconfig samba_server_enable cifs
if ! dirsrv_enabled domaincontroller ; then
_bool_svcconfig smbd_enable cifs
Expand Down

0 comments on commit d8773dd

Please sign in to comment.