Skip to content

Commit

Permalink
script. remove unnecessary sssd start event
Browse files Browse the repository at this point in the history
Removed unnecessary sssd start event from promote script.
  • Loading branch information
federicoballarini committed Jan 11, 2020
1 parent f3bc025 commit bae6b02
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions root/usr/sbin/hotsync-promote
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ if rpm -q --quiet nethserver-mysql; then
systemctl start mysqld.service
fi

# start sssd service
if rpm -q --quiet nethserver-sssd; then
systemctl stop sssd.service
systemctl start sssd.service
fi

if [[ $DATABASES != 'disabled' ]]; then
# restore asterisk mysql database before restore-config to avoid errors
if rpm -q --quiet nethserver-freepbx; then
Expand Down

0 comments on commit bae6b02

Please sign in to comment.