Systemctl for termux.
only use if you've installed termux-services.
$ pkg install termux-services
Make sure you change permission of executable before moving to path.
$ cd systemctl_termux
$ chmod +x systemctl && cp systemctl $HOME/.local/bin
$ systemctl start mysqld
$ systemctl stop mysqld
$ systemctl restart service
$ systemctl status mysqld