1. stop service:
systemctl stop mssql-server
2. ensure the server is stopped:
systemctl status mssql-server
3. set new password:
/opt/mssql/bin/mssql-conf set-sa-password
4. start service and verify status of running service:
systemctl start mssql-server systemctl status mssql-server